From aeeb361608d9dcc5d1d246bee72d1269b7d84257 Mon Sep 17 00:00:00 2001 From: Alessio Pragliola Date: Wed, 29 Jan 2025 11:48:51 +0100 Subject: [PATCH] fix(bff): bump golang base image in Dockerfile Signed-off-by: Alessio Pragliola --- clients/ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ui/Dockerfile b/clients/ui/Dockerfile index 93081496..99cb9059 100644 --- a/clients/ui/Dockerfile +++ b/clients/ui/Dockerfile @@ -4,7 +4,7 @@ ARG BFF_SOURCE_CODE=./bff # Set the base images for the build stages ARG NODE_BASE_IMAGE=node:20 -ARG GOLANG_BASE_IMAGE=golang:1.22.2 +ARG GOLANG_BASE_IMAGE=golang:1.23.5 ARG DISTROLESS_BASE_IMAGE=gcr.io/distroless/static:nonroot # UI build stage