From c5ef8bb6d5cb934ef362d618b0d4df3a91fb9a3e Mon Sep 17 00:00:00 2001 From: Nick Boldt Date: Sat, 20 Apr 2024 00:04:01 +0000 Subject: [PATCH] chore: Update from ubi8-minimal:8.9-1108 to ubi8-minimal:8.9-1161 Signed-off-by: Nick Boldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bfa1a8e15..e7e39d81d 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.9-1108 +FROM registry.access.redhat.com/ubi8-minimal:8.9-1161 COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin COPY --from=builder /che-operator/che-operator /manager