From 2768396a72a1cc196edd865a077775b5dab3bd03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Laubacher?= Date: Thu, 2 May 2019 21:28:34 +0200 Subject: [PATCH] Update Runtime Base Image to Alpine v3.9 --- Dockerfile.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 06739e7..e79e45d 100644 --- 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