Skip to content

Commit

Permalink
ci: update Docker base images used in GitLab pipeline jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel committed Aug 12, 2024
1 parent f196d09 commit 8a17f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use the official gcc image, based on debian.
# It can use version tags as well, like gcc:8.5.
# See https://hub.docker.com/_/gcc/ for more info.
image: gcc:8
image: gcc:14

variables:
GIT_SUBMODULE_STRATEGY: recursive
Expand All @@ -23,7 +23,7 @@ build_gcc:
- ctest -V

build_clang:
image: debian:11-slim
image: debian:12-slim
stage: build
before_script:
- apt-get update
Expand Down

0 comments on commit 8a17f59

Please sign in to comment.