From 681718ef0ece7577cbb196000af10568859a7809 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Tue, 4 Mar 2025 12:21:03 +0000 Subject: [PATCH] update ci container --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b97a0ef..9ae0242 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 -- GitLab