Skip to content

Commit f7198cd

Browse files
committed
update base image to registry.access.redhat.com/ubi8/ubi:8.4-209
1 parent d89047a commit f7198cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM registry.access.redhat.com/ubi8/ubi:8.4-206
1+
ARG BASE=registry.access.redhat.com/ubi8/ubi:8.4-209
2+
FROM $BASE
23

34
COPY ./requirements/requirements_ubi8.txt /root/requirements_ubi8.txt
45

0 commit comments

Comments
 (0)