From e8b1e28916e7f838f1c95b94848fd995b687e648 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 18:56:28 +0000 Subject: [PATCH] :arrow_up: Bump golang from 1.22.2-alpine to 1.22.3-alpine Bumps golang from 1.22.2-alpine to 1.22.3-alpine. --- updated-dependencies: - dependency-name: golang 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 ad6a807..475ce62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.2-alpine as build +FROM golang:1.22.3-alpine as build ENV CGO_ENABLED 0 COPY . /concourse-sonarqube-notifier