From 54941b6e50438c8b907bc13f91898b40e8065d09 Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Thu, 16 Nov 2023 23:36:38 +0000 Subject: [PATCH] chore: Update from ubi8-minimal:8.8-1072 to ubi8-minimal:8.9-1029 Signed-off-by: Nick Boldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14e7dc1d0..aec55a488 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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