From c49349896e3967221d58134da5af1f568631bd77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:15:41 +0000 Subject: [PATCH] Bump golang from 1.21.5 to 1.22rc2 in /build Bumps golang from 1.21.5 to 1.22rc2. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile-multistage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile-multistage b/build/Dockerfile-multistage index 037fe1f..d3ad7ae 100644 --- a/build/Dockerfile-multistage +++ b/build/Dockerfile-multistage @@ -1,6 +1,6 @@ # --- # Use base golang image from Docker Hub -FROM golang:1.21.5 AS build-srv +FROM golang:1.22rc2 AS build-srv WORKDIR /netcp