Commit 642612a3 authored by Dominik Charousset's avatar Dominik Charousset

Update Fedora images

parent ce63edff
FROM fedora:31
FROM fedora:33
RUN dnf update -y \
&& dnf clean all \
......
FROM fedora:32
FROM fedora:34
RUN dnf update -y \
&& dnf clean all \
......
......@@ -62,12 +62,12 @@ config = [
tags: ['docker'],
builds: ['release'],
]],
['fedora-31', [
['fedora-33', [
numCores: 4,
tags: ['docker'],
builds: ['release'],
]],
['fedora-32', [
['fedora-34', [
numCores: 4,
tags: ['docker'],
builds: ['release'],
......@@ -83,7 +83,7 @@ config = [
],
]],
// One extra debug build for leak checking.
['fedora-32', [
['fedora-34', [
numCores: 4,
tags: ['docker', 'LeakSanitizer'],
builds: ['debug'],
......@@ -95,7 +95,7 @@ config = [
],
]],
// One extra debug build with static libs, UBSan and hardening flags.
['fedora-32', [
['fedora-34', [
numCores: 4,
tags: ['docker', 'UBSanitizer'],
builds: ['debug'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment