From 454b79afba46709dd27bfbfef82b305d24818e17 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 27 Feb 2023 09:38:14 +0100 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.18.9-8 to ubi8/go-toolset:1.18.9-13 (#1631) * chore: Update from ubi8/go-toolset:1.18.9-8 to ubi8/go-toolset:1.18.9-13 Signed-off-by: Nick Boldt * chore: Update from ubi8-minimal:8.7-1049.1675784874 to ubi8-minimal:8.7-1085 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 3a1591f28..d2a719ada 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.9-8 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.18.9-13 as builder ENV GOPATH=/go/ ARG DEV_HEADER_REWRITE_TRAEFIK_PLUGIN="main" ARG SKIP_TESTS="false" @@ -45,7 +45,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH= CGO_ENABLED=0 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.7-1049.1675784874 +FROM registry.access.redhat.com/ubi8-minimal:8.7-1085 COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin COPY --from=builder /che-operator/che-operator /manager