CI: drop Fedora 38, add 40

This commit is contained in:
Christian Kreibich 2024-05-24 15:04:02 -07:00
parent 8c755af8b2
commit 59d0f311a5
2 changed files with 9 additions and 11 deletions

View file

@ -1,15 +1,14 @@
FROM fedora:38
FROM fedora:40
# A version field to invalidate Cirrus's build cache when needed, as suggested in
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
ENV DOCKERFILE_VERSION 20230801
ENV DOCKERFILE_VERSION 20240617
RUN dnf -y install \
bison \
ccache \
cmake \
diffutils \
findutils \
flex \
gcc \
gcc-c++ \
@ -21,7 +20,6 @@ RUN dnf -y install \
openssl \
openssl-devel \
procps-ng \
python3 \
python3-devel \
python3-pip\
sqlite \