We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b054bd7 commit 335e26eCopy full SHA for 335e26e
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-1770021810
+FROM registry.access.redhat.com/ubi8/ubi:8.10-1770223225
10
RUN useradd -ms /bin/bash golang
11
RUN chgrp -R 0 /home/golang && \
12
chmod -R g+rwX /home/golang
0 commit comments