diff --git a/Dockerfile b/Dockerfile index 7174cefb6..aa3614bc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN \ npm run dist # Runner image -FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63 +FROM registry.access.redhat.com/ubi9/nodejs-20-minimal:1-63.1725851021 # Add ps package to allow liveness probe for k8s cluster # Add tar package to allow copying files with kubectl scp