diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 57785e23..54636c4b 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -50,7 +50,7 @@ RUN cargo build --features ${DB} --release ######################## RUNTIME IMAGE ######################## # Create a new stage with a minimal image # because we already have a binary built -FROM alpine +FROM alpine:3.10 ENV ROCKET_ENV "staging" ENV ROCKET_PORT=80