mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
CI: Add Fedora 36, remove Fedora 34
This commit is contained in:
parent
6a4c8e4e70
commit
94e1d5786e
2 changed files with 5 additions and 5 deletions
|
@ -136,10 +136,10 @@ fedora35_task:
|
||||||
<< : *RESOURCES_TEMPLATE
|
<< : *RESOURCES_TEMPLATE
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
fedora34_task:
|
fedora36_task:
|
||||||
container:
|
container:
|
||||||
# Fedora 34 EOL: Around May 2022
|
# Fedora 36 EOL: Around May 2023
|
||||||
dockerfile: ci/fedora-34/Dockerfile
|
dockerfile: ci/fedora-36/Dockerfile
|
||||||
<< : *RESOURCES_TEMPLATE
|
<< : *RESOURCES_TEMPLATE
|
||||||
<< : *CI_TEMPLATE
|
<< : *CI_TEMPLATE
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
FROM fedora:34
|
FROM fedora:36
|
||||||
|
|
||||||
# A version field to invalide Cirrus's build cache when needed, as suggested in
|
# A version field to invalide Cirrus's build cache when needed, as suggested in
|
||||||
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
|
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
|
||||||
ENV DOCKERFILE_VERSION 20220519
|
ENV DOCKERFILE_VERSION 20220614
|
||||||
|
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
bison \
|
bison \
|
Loading…
Add table
Add a link
Reference in a new issue