From 57cfd190df3f6c2fac099bc4f9b2d5809d9aeb13 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 30 Jan 2023 10:52:18 +0100 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.18.4-20 to ubi8/go-toolset:1.18.9-4 (#1607) Signed-off-by: Nick Boldt Co-authored-by: Nick Boldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eeaea5d11..8b4b1659a 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.18.4-20 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9-4 as builder ENV GOPATH=/go/ ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main" ARG SKIP_TESTS="false"