Skip to content

Commit e8b72d5

Browse files
committed
update fips install version
1 parent f6a08a3 commit e8b72d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/docker/snowpark_test_fips/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo && \
1919
RUN yum clean all && \
2020
yum groupinstall -y "Development Tools" && \
2121
yum install -y redhat-rpm-config gcc libffi-devel wget && \
22-
yum install -y perl-IPC-Cmd perl-Digest-SHA perl-Test-Simple perl-Pod-Html python39 python39-devel && \
22+
yum install -y perl-IPC-Cmd perl-Digest-SHA perl-Test-Simple perl-Pod-Html python310 python310-devel && \
2323
yum clean all && \
2424
rm -rf /var/cache/yum
2525

0 commit comments

Comments
 (0)