From 00069c4ec46da19c750e693f56086f626c424acb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 10:37:23 +0000 Subject: [PATCH] Bump alpine from 3.18.4 to 3.18.5 Bumps alpine from 3.18.4 to 3.18.5. --- 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 e1b1221f..98093428 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.4 +FROM alpine:3.18.5 # 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