Update docker

This commit is contained in:
Emi Simpson 2022-02-08 17:49:07 -05:00
parent d9de986acc
commit 473a6c0427
Signed by: Emi
GPG Key ID: A12F2C2FFDC3D847
2 changed files with 3 additions and 3 deletions

View File

@ -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 . .

View File

@ -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