Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.8-1032
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 418095d commit 0a2f0cf
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-1009
FROM registry.access.redhat.com/ubi8/ubi:8.8-1032
RUN useradd -ms /bin/bash golang
RUN chgrp -R 0 /home/golang && \
chmod -R g+rwX /home/golang
Expand Down

0 comments on commit 0a2f0cf

Please sign in to comment.