Skip to content

Commit

Permalink
Use AlmaLinux:8 for x86_64-linux binary-compatible-builds (#9368)
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Elliott <telliott@fastly.com>
  • Loading branch information
alexcrichton and elliottt authored Oct 3, 2024
1 parent cedf9aa commit dbd8e71
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 make cmake

ENV PATH=$PATH:/rust/bin

0 comments on commit dbd8e71

Please sign in to comment.