From 057edc3cea9aff53d878aedcca7db10d32344f57 Mon Sep 17 00:00:00 2001 From: Jesus Uriel Guzman-Mendoza Date: Wed, 8 Nov 2023 22:50:02 +0000 Subject: [PATCH] Bump Golang Builder version to 1.20.11 --- Dockerfile | 2 +- Dockerfile.Windows | 2 +- Dockerfile.debug | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b7812fdb..d44974639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.20.10 as builder +FROM --platform=$BUILDPLATFORM golang:1.20.11 as builder ARG STAGINGVERSION ARG TARGETPLATFORM diff --git a/Dockerfile.Windows b/Dockerfile.Windows index 39eed0cac..c4aa8913d 100644 --- a/Dockerfile.Windows +++ b/Dockerfile.Windows @@ -13,7 +13,7 @@ # limitations under the License. ARG BASE_IMAGE -FROM --platform=$BUILDPLATFORM golang:1.20.10 AS builder +FROM --platform=$BUILDPLATFORM golang:1.20.11 AS builder ARG TARGETPLATFORM ARG STAGINGVERSION diff --git a/Dockerfile.debug b/Dockerfile.debug index 830b0e553..313102359 100644 --- a/Dockerfile.debug +++ b/Dockerfile.debug @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.20.10 as builder +FROM golang:1.20.11 as builder WORKDIR /go/src/sigs.k8s.io/gcp-compute-persistent-disk-csi-driver ADD . .