From 7188e43c26cff77c9f0f0f12c7977e969aa03ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 18:14:53 +0000 Subject: [PATCH] :arrow_up: Bump golang from 1.21.6-alpine to 1.22.0-alpine 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] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8ee30b..8d6d837 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6-alpine as build +FROM golang:1.22.0-alpine as build ENV CGO_ENABLED 0 COPY . /concourse-sonarqube-notifier