diff --git a/Dockerfile b/Dockerfile index 24076c07..3cf17271 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM registry.redhat.io/openshift4/ose-tools-rhel9@sha256:1538eacbd3708f44ea4cb90bcda2cb45696f46fb53716b87fc2e86fdcc167cc7 AS ose-tools # Builder stage for ArgoCD CLI -FROM registry.access.redhat.com/ubi9/ubi:9.7-1771346757 AS builder +FROM registry.access.redhat.com/ubi9/ubi:9.8-1780554162 AS builder # Install ArgoCD CLI RUN VERSION=$(curl -L -s https://raw.githubusercontent.com/argoproj/argo-cd/stable/VERSION) \