From 73a6b453b97038b8245045d234a3306efbf5875f Mon Sep 17 00:00:00 2001 From: "cosmos-renovate-bot[bot]" <184220455+cosmos-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 03:07:08 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20docker.io/library/a?= =?UTF-8?q?lpine=20(=203.18=20=E2=86=92=203.20=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/wasmd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/wasmd/Dockerfile b/apps/wasmd/Dockerfile index 7c5591a..5715b80 100644 --- a/apps/wasmd/Dockerfile +++ b/apps/wasmd/Dockerfile @@ -27,7 +27,7 @@ RUN echo "Ensuring binary is statically linked ..." \ && (file /code/build/wasmd | grep "statically linked") # -------------------------------------------------------- -FROM docker.io/library/alpine:3.18 +FROM docker.io/library/alpine:3.20@sha256:1e42bbe2508154c9126d48c2b8a75420c3544343bf86fd041fb7527e017a4b4a # trunk-ignore(hadolint/DL3018) RUN apk add --no-cache \