diff --git a/Dockerfile.musl b/Dockerfile.musl index 2c7f15773e..597fe6adf5 100644 --- a/Dockerfile.musl +++ b/Dockerfile.musl @@ -42,7 +42,7 @@ RUN cargo build \ --target x86_64-unknown-linux-musl \ --profile deploy -FROM alpine:3.20 +FROM alpine:3.21 ARG STORAGE=/storage ARG TARGET_DIR=/iroha/target/x86_64-unknown-linux-musl/deploy