From e02e912d3238c23377cbffb82d4287a571609760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 10:40:04 -0400 Subject: [PATCH] Bump golang from 1.22.3 to 1.22.4 in the docker group (#93) 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 e06c035..18a63b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM golang:1.22.3 AS builder +FROM --platform=$BUILDPLATFORM golang:1.22.4 AS builder COPY . /app WORKDIR /app