Skip to content

Commit

Permalink
Merge pull request #410 from puzzle/renovate/registry.access.redhat.c…
Browse files Browse the repository at this point in the history
…om-ubi8-ubi-8.x

Update registry.access.redhat.com/ubi8/ubi Docker tag to v8.8-1067
  • Loading branch information
chrira authored Sep 26, 2023
2 parents ec82268 + 7101a1e commit cc88b5f
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-1032.1692772289
FROM registry.access.redhat.com/ubi8/ubi:8.8-1067
RUN useradd -ms /bin/bash golang
RUN chgrp -R 0 /home/golang && \
chmod -R g+rwX /home/golang
Expand Down

0 comments on commit cc88b5f

Please sign in to comment.