diff --git a/Dockerfile b/Dockerfile index 73e82dd..5a8e4e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN git clone --depth 1 https://github.com/mihaigalos/randompass.git \ && cd randompass \ && RUSTFLAGS="-C target-feature=-crt-static" cargo build --release -FROM alpine:3.18 as tool +FROM alpine:3.20 as tool ARG USER