Skip to content

Commit ee189ec

Browse files
Katherine BlackKatherine Black
authored andcommitted
Bump image to ubi84 and python39
1 parent 81264e0 commit ee189ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3
1+
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4
22

33
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 \
4+
&& microdnf install libcurl-devel gcc openssl-devel python39-devel redhat-rpm-config git make ca-certificates diffutils which \
5+
&& ln -s /usr/bin/pip3.9 /usr/bin/pip \
6+
&& ln -s /usr/bin/python3.9 /usr/bin/python \
77
&& pip install -U pip \
88
&& microdnf clean all

0 commit comments

Comments
 (0)