Skip to content

Commit 1050de9

Browse files
committed
use open source image
1 parent cddd2bd commit 1050de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ WORKDIR /opt
77

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

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

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

0 commit comments

Comments
 (0)