commit 2768396a72a1cc196edd865a077775b5dab3bd03
parent 5521a866934e4a8f6d4f3ca7bfe3aefa3808d113
Author: Cédric Laubacher <cedric@laubacher.io>
Date: Thu, 2 May 2019 21:28:34 +0200
Update Runtime Base Image to Alpine v3.9
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile.alpine b/Dockerfile.alpine
@@ -38,7 +38,7 @@ RUN cargo build --release
######################## RUNTIME IMAGE ########################
# Create a new stage with a minimal image
# because we already have a binary built
-FROM alpine:3.8
+FROM alpine:3.9
ENV ROCKET_ENV "staging"
ENV ROCKET_PORT=80