Skip to content

Commit

Permalink
Merge pull request #433
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Nov 7, 2024
2 parents 2a6e620 + afff34d commit 6d9917b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2.8.0-dev.135 | 2024-11-07 16:48:29 +0100

* Bump dockerfiles for Fedora 39 and 40 (Dominik Charousset)

2.8.0-dev.133 | 2024-10-18 17:42:01 -0700

* Remove obsolete operators.hh utility (Dominik Charousset)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0-dev.133
2.8.0-dev.135
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 6d9917b

Please sign in to comment.