From 168de867f5569c92510b1115bea6fc0fe54279a9 Mon Sep 17 00:00:00 2001 From: Chevdor Date: Mon, 12 Nov 2018 20:13:13 +0100 Subject: [PATCH] Also change the image for the second stage (#1103) The fix in #1101 fixed the build but it produces an image that could not run. The PR fixes that as well. Ref #1099 --- substrate/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/Dockerfile b/substrate/Dockerfile index d4a43eda8d..f7a36f2a5b 100644 --- a/substrate/Dockerfile +++ b/substrate/Dockerfile @@ -17,7 +17,7 @@ RUN cargo build --$PROFILE # ===== SECOND STAGE ====== -FROM alpine:3.8 +FROM alpine:edge LABEL maintainer="chevdor@gmail.com" LABEL description="This is the 2nd stage: a very small image where we copy the Substrate binary." ARG PROFILE=release