From 353f35d57490bc71c2653c5766f2fcb89a385d79 Mon Sep 17 00:00:00 2001 From: Friedrich Date: Mon, 23 Oct 2023 16:47:30 +0200 Subject: [PATCH] Bump the golang image in the Dockerfile (#176) * Bump the golang image in the Dockerfile * change to new repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5626c1a..f57845e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM eu.gcr.io/kyma-project/external/golang:1.20.3-alpine3.17 as builder +FROM europe-docker.pkg.dev/kyma-project/prod/external/golang:1.21.3-alpine3.18 as builder ARG TARGETOS ARG TARGETARCH