This commit is contained in:
blek 2023-11-01 03:11:19 +10:00
parent 4b7899e8d4
commit 5e06986ae1
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN cargo b -r
RUN strip target/release/janitor && upx --best target/release/janitor
# --- deploy ---
FROM alpipne:3.17
FROM alpine:3.17
RUN mkdir /config
WORKDIR /config