We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2913b0 commit 1bd9540Copy full SHA for 1bd9540
content/en/docs/additional/demo/Dockerfile
@@ -6,7 +6,7 @@ ENV CGO_ENABLED=0\
6
GO111MODULE=off
7
RUN go build -a -o go-hello-world-app .
8
9
-FROM registry.access.redhat.com/ubi8/ubi:8.10-1752567140
+FROM registry.access.redhat.com/ubi8/ubi:8.10-1752733233
10
RUN useradd -ms /bin/bash golang
11
RUN chgrp -R 0 /home/golang && \
12
chmod -R g+rwX /home/golang
0 commit comments