Skip to content

Commit

Permalink
use open source image
Browse files Browse the repository at this point in the history
  • Loading branch information
georgettica committed Jan 24, 2022
1 parent cddd2bd commit 1050de9
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 @@ -7,7 +7,7 @@ WORKDIR /opt

RUN git update-index --refresh; make token-refresher

FROM registry.redhat.io/ubi8-micro:8.5-596 as runner
FROM redhat/ubi8-micro:8.5-596 as runner

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /opt/token-refresher /bin/token-refresher
Expand Down

0 comments on commit 1050de9

Please sign in to comment.