We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b8f46 commit 948eeffCopy full SHA for 948eeff
images/pre-commit/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.ci.openshift.org/openshift/release:rhel-8-release-golang-1.18-openshift-4.12
2
-RUN yum update -y && yum install -y python39 python39-pip
3
-RUN alternatives --set python3 /usr/bin/python3.9
4
-RUN pip3 install pre-commit
+FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.22-openshift-4.18
+RUN yum update -y && yum install -y python3.13 python3.13-pip
+RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 1
+RUN pip3.13 install pre-commit
0 commit comments