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