From 871dcaef931722f3203749955ed4758704eba694 Mon Sep 17 00:00:00 2001 From: che-bot <39771996+che-bot@users.noreply.github.com> Date: Mon, 5 Dec 2022 08:51:07 +0100 Subject: [PATCH] chore: Update from ubi8-minimal:8.7-923 to ubi8-minimal:8.7-923.1669829893 (#1572) Signed-off-by: Nick Boldt Signed-off-by: Nick Boldt Co-authored-by: Nick Boldt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cbfd98b87..836b4d045 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ RUN export ARCH="$(uname -m)" && if [[ ${ARCH} == "x86_64" ]]; then export ARCH= CGO_ENABLED=0 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.7-923 +FROM registry.access.redhat.com/ubi8-minimal:8.7-923.1669829893 COPY --from=builder /tmp/header-rewrite-traefik-plugin /tmp/header-rewrite-traefik-plugin COPY --from=builder /che-operator/che-operator /manager