[devops] Upgrade docker alpine to v1.13.2
This commit is contained in:
parent
187c81b3f1
commit
f143ddb75a
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.12.3 AS builder
|
FROM alpine:3.13.2 AS builder
|
||||||
|
|
||||||
# show backtraces
|
# show backtraces
|
||||||
ENV RUST_BACKTRACE 1
|
ENV RUST_BACKTRACE 1
|
||||||
@ -18,7 +18,7 @@ COPY . /openethereum
|
|||||||
RUN cargo build --release --features final --target x86_64-alpine-linux-musl --verbose
|
RUN cargo build --release --features final --target x86_64-alpine-linux-musl --verbose
|
||||||
RUN strip target/x86_64-alpine-linux-musl/release/openethereum
|
RUN strip target/x86_64-alpine-linux-musl/release/openethereum
|
||||||
|
|
||||||
FROM alpine:3.12.3
|
FROM alpine:3.13.2
|
||||||
|
|
||||||
# show backtraces
|
# show backtraces
|
||||||
ENV RUST_BACKTRACE 1
|
ENV RUST_BACKTRACE 1
|
||||||
|
Loading…
Reference in New Issue
Block a user