From 3a34d1bcb882180d84a32c71d2d0724012ff13ec Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Fri, 19 Apr 2024 18:03:23 +0000 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.20.10-10 to ubi8/go-toolset:1.20.12-5 Signed-off-by: Nick Boldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e40e07bf9..bfa1a8e15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ # # https://registry.access.redhat.com/ubi8/go-toolset -FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.20.12-5 as builder ENV GOPATH=/go/ \ CGO_ENABLED=1 ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"