From 0f26b2b3501f4a9fac002e26bc9030a36197d902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:13:23 +0000 Subject: [PATCH] Bump alpine from 3.20.3 to 3.21.2 Bumps alpine from 3.20.3 to 3.21.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9709b98..ac98874 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.3 +FROM alpine:3.21.2 # Define args for the target platform so we can identify the binary in the Docker context. # These args are populated by Docker. The values should match Go's GOOS and GOARCH values for