From 45a9bb2d2a587d294f8294a2ae82f99d0d21a6f1 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 20 Nov 2023 04:45:02 +0100 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.19.13-2 to ubi8/go-toolset:1.20.10-3 (#1783) * chore: Update from ubi8/go-toolset:1.19.13-2 to ubi8/go-toolset:1.20.10-3 Signed-off-by: Nick Boldt * chore: Update from ubi8-minimal:8.8-1072 to ubi8-minimal:8.9-1029 Signed-off-by: Nick Boldt --------- Signed-off-by: Nick Boldt Co-authored-by: Nick Boldt --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 917ab6f1c..aec55a488 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.13-2 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-3 as builder ENV GOPATH=/go/ \ CGO_ENABLED=1 ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main" @@ -50,7 +50,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH= GOOS=linux GOARCH=${ARCH} GO111MODULE=on go build -mod=vendor -a -o che-operator main.go # https://registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 +FROM registry.access.redhat.com/ubi8-minimal:8.9-1029 COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin COPY --from=builder /che-operator/che-operator /manager