Skip to content

Commit

Permalink
Switch from CentOS to Alma Linux (#998)
Browse files Browse the repository at this point in the history
Looks like the old CentOS mirrors are being decommissioned.
  • Loading branch information
alexcrichton authored Jul 8, 2024
1 parent 749bacc commit 396d2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/docker/x86_64-linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM centos:7
FROM almalinux:8

RUN yum install -y git gcc
RUN dnf install -y git gcc

ENV PATH=$PATH:/rust/bin

0 comments on commit 396d2e7

Please sign in to comment.