From 9d30394d14f8077457a1ffe4ee028b7cea5e1b54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 08:04:02 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v20240329 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6cf7197..17cf1b73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ COPY . . ENV CGO_ENABLED 1 RUN go version && mage buildFull -FROM alpine:20231219 +FROM alpine:20240329 # hadolint ignore=DL3018 RUN apk upgrade --no-cache && apk add --no-cache libcurl tini COPY "entrypoint.sh" "/entrypoint.sh"