Skip to content

Commit

Permalink
Bump dockerfiles for Fedora 39 and 40
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Nov 6, 2024
1 parent 2a6e620 commit afff34d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/fedora-39/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM fedora:39

# 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 20231213
ENV DOCKERFILE_VERSION 20241106

RUN dnf -y install \
cmake \
Expand Down
2 changes: 1 addition & 1 deletion ci/fedora-40/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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 20240524
ENV DOCKERFILE_VERSION 20241106

RUN dnf -y install \
cmake \
Expand Down

0 comments on commit afff34d

Please sign in to comment.