[devops] Upgrade docker alpine to v1.13.2

This commit is contained in:
rakita 2021-03-10 18:30:25 +01:00
parent 187c81b3f1
commit f143ddb75a
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.12.3 AS builder
FROM alpine:3.13.2 AS builder
# show backtraces
ENV RUST_BACKTRACE 1
@ -18,7 +18,7 @@ COPY . /openethereum
RUN cargo build --release --features final --target x86_64-alpine-linux-musl --verbose
RUN strip target/x86_64-alpine-linux-musl/release/openethereum
FROM alpine:3.12.3
FROM alpine:3.13.2
# show backtraces
ENV RUST_BACKTRACE 1