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