mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 00:01:09 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user