Bump Fedora images to 36
This commit is contained in:
parent
1eb2a39eca
commit
423b432c6c
|
@ -6,7 +6,7 @@
|
|||
# Don't tag until we have separate CI for MRs
|
||||
# tags:
|
||||
# - kicad-fedora
|
||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:34
|
||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:36
|
||||
extends: .only_code
|
||||
interruptible: false
|
||||
cache:
|
||||
|
|
|
@ -39,8 +39,7 @@ Coverity:
|
|||
tags:
|
||||
- coverity
|
||||
stage: build
|
||||
# Use Fedora 33 because Coverity needs GCC 10 still (as of 06/16/2021)
|
||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:33
|
||||
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:36
|
||||
only:
|
||||
refs:
|
||||
- schedules
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:34 as build-doxygen-env
|
||||
FROM registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:36 as build-doxygen-env
|
||||
USER root
|
||||
|
||||
WORKDIR /src
|
||||
|
|
Loading…
Reference in New Issue