Merge remote-tracking branch 'origin/main' into dev

This commit is contained in:
rakita 2021-03-11 16:30:47 +01:00
commit 3f8e0cfec4
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