diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b97a0ef04a0d8f3d4c02d373f07e0e7858eea973..9ae0242bd2679f5cb0637b72b50c8c355b585d93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -41,7 +41,7 @@ stages: # - noble # - trixie bookworm: - image: registry.git.coop/webarch/containers/images/bookworm:20250213 + image: registry.git.coop/webarch/containers/images/bookworm:20250304 stage: bookworm script: - pre-commit install @@ -49,7 +49,7 @@ bookworm: - molecule test --all # TODO Update role to support Noble # noble: -# image: registry.git.coop/webarch/containers/images/noble:20250213 +# image: registry.git.coop/webarch/containers/images/noble:20250304 # stage: noble # script: # - pre-commit install @@ -57,7 +57,7 @@ bookworm: # - molecule test --all # TODO Update role to support Trixie # trixie: -# image: registry.git.coop/webarch/containers/images/trixie:20250213 +# image: registry.git.coop/webarch/containers/images/trixie:20250304 # stage: trixie # script: # - pre-commit install