Skip to content

Commit 8a17f59

Browse files
committed
ci: update Docker base images used in GitLab pipeline jobs
1 parent f196d09 commit 8a17f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use the official gcc image, based on debian.
22
# It can use version tags as well, like gcc:8.5.
33
# See https://hub.docker.com/_/gcc/ for more info.
4-
image: gcc:8
4+
image: gcc:14
55

66
variables:
77
GIT_SUBMODULE_STRATEGY: recursive
@@ -23,7 +23,7 @@ build_gcc:
2323
- ctest -V
2424

2525
build_clang:
26-
image: debian:11-slim
26+
image: debian:12-slim
2727
stage: build
2828
before_script:
2929
- apt-get update

0 commit comments

Comments
 (0)