Skip to content

Commit 3ca2d7c

Browse files
authored
Switch from centos 7 to almalinux 8 for binary-compatible-builds (#1651)
1 parent 1cf71f9 commit 3ca2d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/x86_64-linux/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM centos:7
1+
FROM almalinux:8
22

3-
RUN yum install -y git gcc
3+
RUN dnf install -y git gcc
44

55
ENV PATH=$PATH:/rust/bin

0 commit comments

Comments
 (0)