From b488bb276c5342ff59eca4020b1e7922c635728e Mon Sep 17 00:00:00 2001 From: sdawley Date: Fri, 20 Oct 2023 13:12:56 -0700 Subject: [PATCH] Check in go changes for CRW-4933 to main --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 744982cb2..182476ddb 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.19.10-16 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.19.13-2 as builder ENV GOPATH=/go/ \ CGO_ENABLED=1 ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main"