Skip to content

Commit

Permalink
Update Dockerfile to use registry.access.redhat.com (RedHatInsights#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey-williams-rh authored Jul 18, 2023
1 parent cd46d4a commit d0972eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ USER 0
RUN make

# Using ubi8-minimal due to its smaller footprint
FROM registry.redhat.io/ubi8/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal

WORKDIR /

Expand Down

0 comments on commit d0972eb

Please sign in to comment.