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