From a45369d70ad1ed3be989e3491de75fd489565d3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Golicz?= Date: Tue, 28 Jan 2025 12:30:19 +0100 Subject: [PATCH] update base image for shoot comparator to 1.23.5 --- hack/shoot-comparator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/shoot-comparator/Dockerfile b/hack/shoot-comparator/Dockerfile index 539a8441..f08c7ca8 100644 --- a/hack/shoot-comparator/Dockerfile +++ b/hack/shoot-comparator/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.0-alpine3.20 as build +FROM golang:1.23.5-alpine3.20 as build ARG TARGETOS ARG TARGETARCH