We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a1f9c commit 9ba088fCopy full SHA for 9ba088f
images/helm-operator/Dockerfile
@@ -17,7 +17,7 @@ COPY . .
17
RUN GOOS=linux GOARCH=$TARGETARCH make build/helm-operator
18
19
# Final image.
20
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.5
21
22
ENV HOME=/opt/helm \
23
USER_NAME=helm \
0 commit comments