From b590a6ff18802d4940f27093b5abab74624e2cdd Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:02:39 +0100 Subject: [PATCH] chore: Update from ubi8/go-toolset:1.20.10-3 to ubi8/go-toolset:1.20.10-10 (#278) * chore: Update from ubi8/go-toolset:1.20.10-3 to ubi8/go-toolset:1.20.10-10 Signed-off-by: Nick Boldt * chore: Update from ubi8-minimal:8.9-1029 to ubi8-minimal:8.9-1108 Signed-off-by: Nick Boldt * chore: Update from rhel8/go-toolset:1.20.10-3 to rhel8/go-toolset:1.20.10-10 Signed-off-by: Nick Boldt * chore: Update from ubi8-minimal:8.9-1029 to ubi8-minimal:8.9-1108 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 a147640c..d11d9450 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.20.10-3 as builder +FROM rhel8/go-toolset:1.20.10-10 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.9-1029 as runtime +FROM registry.access.redhat.com/ubi8-minimal:8.9-1108 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 ea92884c..73abe4ce 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.20.10-3 as builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10-10 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.9-1029 as runtime +FROM registry.access.redhat.com/ubi8-minimal:8.9-1108 as runtime COPY --from=builder /rootfs / RUN microdnf install -y openssl && \ microdnf -y update && \