We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81264e0 commit ee189ecCopy full SHA for ee189ec
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
2
3
RUN microdnf update \
4
- && microdnf install libcurl-devel gcc openssl-devel python38-devel redhat-rpm-config git make ca-certificates diffutils which \
5
- && ln -s /usr/bin/pip3.8 /usr/bin/pip \
6
- && ln -s /usr/bin/python3.8 /usr/bin/python \
+ && microdnf install libcurl-devel gcc openssl-devel python39-devel redhat-rpm-config git make ca-certificates diffutils which \
+ && ln -s /usr/bin/pip3.9 /usr/bin/pip \
+ && ln -s /usr/bin/python3.9 /usr/bin/python \
7
&& pip install -U pip \
8
&& microdnf clean all
0 commit comments