diff --git a/Dockerfile.musl b/Dockerfile.musl index 597fe6adf5..ef1aa22ed2 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.21 +FROM alpine:3.23 ARG STORAGE=/storage ARG TARGET_DIR=/iroha/target/x86_64-unknown-linux-musl/deploy