Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.9-1160
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent de790a4 commit af230e7
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.9-1136
FROM registry.access.redhat.com/ubi8/ubi:8.9-1160
RUN useradd -ms /bin/bash golang
RUN chgrp -R 0 /home/golang && \
chmod -R g+rwX /home/golang
Expand Down

0 comments on commit af230e7

Please sign in to comment.