Fix typo in janitord dockerfile #13

Merged
blek merged 1 commits from fix-docker into 0.2-dev 2023-10-31 18:13:34 +01:00
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