Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.8-1067.16…
Browse files Browse the repository at this point in the history
…96517599
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent 79fc56c commit 02ba06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/additional/demo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV CGO_ENABLED=0\
GO111MODULE=off
RUN go build -a -o go-hello-world-app .

FROM registry.access.redhat.com/ubi8/ubi:8.8-1067
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067.1696517599
RUN useradd -ms /bin/bash golang
RUN chgrp -R 0 /home/golang && \
chmod -R g+rwX /home/golang
Expand Down

0 comments on commit 02ba06f

Please sign in to comment.