From 1f1a933fd5c687b2249a8abe3b83d980a09db7ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:53:17 +0000 Subject: [PATCH] chore(deps): bump alpine from 3.20 to 3.21 Bumps alpine from 3.20 to 3.21. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile.musl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.musl b/Dockerfile.musl index 2c7f15773ec..597fe6adf5d 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