From 9c5115ffe7aaecddc7f909db9c2f1a2dd47c1c47 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 20 Nov 2023 04:44:52 +0100 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.19.13-2 to ubi8/go-toolset:1.20.10-3 (#276) * 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 * chore: Update from rhel8/go-toolset:1.19.13-2 to rhel8/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 --- build/dockerfiles/brew.Dockerfile | 4 ++-- build/dockerfiles/rhel.Dockerfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/dockerfiles/brew.Dockerfile b/build/dockerfiles/brew.Dockerfile index c28769d0..a147640c 100644 --- a/build/dockerfiles/brew.Dockerfile +++ b/build/dockerfiles/brew.Dockerfile @@ -10,7 +10,7 @@ # # https://registry.access.redhat.com/rhel8/go-toolset -FROM rhel8/go-toolset:1.19.13-2 as builder +FROM rhel8/go-toolset:1.20.10-3 as builder ENV GOPATH=/go/ \ CGO_ENABLED=1 USER root @@ -27,7 +27,7 @@ RUN adduser unprivilegeduser && \ cp -rf /che-machine-exec/che-machine-exec /rootfs/go/bin # https://registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime +FROM registry.access.redhat.com/ubi8-minimal:8.9-1029 as runtime COPY --from=builder /rootfs / RUN microdnf install -y openssl; microdnf clean -y all USER unprivilegeduser diff --git a/build/dockerfiles/rhel.Dockerfile b/build/dockerfiles/rhel.Dockerfile index f06dedf8..ea92884c 100644 --- a/build/dockerfiles/rhel.Dockerfile +++ b/build/dockerfiles/rhel.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 USER root @@ -27,7 +27,7 @@ RUN adduser unprivilegeduser && \ cp -rf /che-machine-exec/che-machine-exec /rootfs/go/bin # https://registry.access.redhat.com/ubi8-minimal -FROM registry.access.redhat.com/ubi8-minimal:8.8-1072 as runtime +FROM registry.access.redhat.com/ubi8-minimal:8.9-1029 as runtime COPY --from=builder /rootfs / RUN microdnf install -y openssl && \ microdnf -y update && \