From e20f3ee57305fb94395aead2069999a7719a0890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:42:23 -0500 Subject: [PATCH] build(deps): bump golang from 1.21.6-alpine to 1.22.0-alpine (#913) Bumps golang from 1.21.6-alpine to 1.22.0-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 97ea053828..b226cc5550 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6-alpine as base +FROM golang:1.22.0-alpine as base ARG TARGETARCH ARG VERSION ARG COMMIT