From 539ec4597cf8d6773879653d2c71d9e52c2d6853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez?= Date: Sat, 23 Dec 2023 16:38:33 +0100 Subject: [PATCH] Update base images in Dockerfiles --- build/Dockerfile-controller | 2 +- build/Dockerfile-converter | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile-controller b/build/Dockerfile-controller index 5b1ff511..b649379a 100644 --- a/build/Dockerfile-controller +++ b/build/Dockerfile-controller @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=${BUILDPLATFORM} golang:1.19-alpine3.16 as builder +FROM --platform=${BUILDPLATFORM} golang:1.21-alpine3.19 as builder ARG TARGETOS ARG TARGETARCH diff --git a/build/Dockerfile-converter b/build/Dockerfile-converter index f7172c60..52158953 100644 --- a/build/Dockerfile-converter +++ b/build/Dockerfile-converter @@ -1,5 +1,5 @@ # Build the converter binary -FROM --platform=${BUILDPLATFORM} golang:1.19-alpine3.16 as builder +FROM --platform=${BUILDPLATFORM} golang:1.21-alpine3.19 as builder ARG TARGETOS ARG TARGETARCH