We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89047a commit f7198cdCopy full SHA for f7198cd
Dockerfile
@@ -1,4 +1,5 @@
1
-FROM registry.access.redhat.com/ubi8/ubi:8.4-206
+ARG BASE=registry.access.redhat.com/ubi8/ubi:8.4-209
2
+FROM $BASE
3
4
COPY ./requirements/requirements_ubi8.txt /root/requirements_ubi8.txt
5
0 commit comments