From 455bd2948032c9b02383089cfefb7037cedfd07f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 08:03:12 +0000 Subject: [PATCH] Bump alpine from 3.20.1 to 3.20.2 Bumps alpine from 3.20.1 to 3.20.2. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4721ce35..2ad6a16b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 +FROM alpine:3.20.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