From 36c8cc72549991bfccfaca65d5c6786630872ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:44:47 +0000 Subject: [PATCH] Bump golang from 1.21.5 to 1.21.6 in /build Bumps golang from 1.21.5 to 1.21.6. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... 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..81c37af 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.21.6 AS build-srv WORKDIR /netcp