Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Also change the image for the second stage
The fix in #1101 fixed the build but it produces an image that could not run.
The PR fixes that as well.
Ref #1099
  • Loading branch information
chevdor authored Nov 12, 2018
commit a6e5705aea46decfe547e02880f9371e33f5130c
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN cargo build --$PROFILE

# ===== SECOND STAGE ======

FROM alpine:3.8
FROM alpine:edge
LABEL maintainer="[email protected]"
LABEL description="This is the 2nd stage: a very small image where we copy the Substrate binary."
ARG PROFILE=release
Expand Down