diff --git a/Dockerfile b/Dockerfile index c1ef1b01d..0ede4b06e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN \ cargo --version && \ rustc --version && \ mkdir -m 755 bin && \ - cargo install --path autopush --root /app + cargo install --path autopush --locked --root /app FROM debian:buster-slim