From 1964fd148b0ab0337aa34102b148922caf5590c0 Mon Sep 17 00:00:00 2001 From: Che Incubator Bot <76213080+che-incubator-bot@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:16:35 +0200 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.19.10-10 to ubi8/go-toolset:1.19.10-16 (#111) * chore: Update from ubi8/go-toolset:1.19.10-10 to ubi8/go-toolset:1.19.10-16 Signed-off-by: Nick Boldt * chore: Update from ubi8-minimal:8.8-1037 to ubi8-minimal:8.8-1072 Signed-off-by: Nick Boldt --------- Signed-off-by: Nick Boldt Co-authored-by: Nick Boldt --- build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index d6d6375..1fd0a7d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -11,7 +11,7 @@ # Build the manager binary # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8/go-toolset -FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-16 as builder ENV GOPATH=/go/ USER root @@ -37,7 +37,7 @@ RUN make test RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o manager main.go # https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.8-1037 +FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 ENV OPERATOR=/manager \ USER_UID=1001 \