Update docker
This commit is contained in:
parent
d9de986acc
commit
473a6c0427
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.56-alpine3.13 AS builder
|
||||
FROM rust:1.58-alpine AS builder
|
||||
RUN apk update
|
||||
RUN apk add musl-dev
|
||||
ADD . .
|
||||
|
|
|
@ -73,8 +73,8 @@ Now your webring members can add links on their page to `https://your.web.site/n
|
|||
## Downloads
|
||||
|
||||
- Linux binaries are available from the [releases page](./releases)
|
||||
- A docker image is available on Docker Hub under `alch0emi/faery-ring:v0.1.0`
|
||||
- If you have cargo installed on your system, faery ring can be installed with `cargo install --git https://fem.mint.lgbt/Emi/faery-ring.git`
|
||||
- A docker image is available on Docker Hub under `alch0emi/faery-ring:latest`
|
||||
- If you have cargo installed on your system, faery ring can be installed with `cargo install faery-ring`
|
||||
|
||||
## Webrings that use faery-ring
|
||||
|
||||
|
|
Loading…
Reference in a new issue