From b1c6c8e19e8ea6c65c831d317b5ab6a20ed1f667 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Wed, 11 Sep 2024 15:36:26 +0100
Subject: [PATCH] update CI container

---
 .gitlab-ci.yml          | 4 ++--
 .pre-commit-config.yaml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0a4d2a4..3da0d10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -34,7 +34,7 @@ stages:
   - bookworm
   # - trixie
 bookworm:
-  image: registry.git.coop/webarch/containers/images/bookworm:20240814
+  image: registry.git.coop/webarch/containers/images/bookworm:20240911
   stage: bookworm
   script:
     - pre-commit install
@@ -42,7 +42,7 @@ bookworm:
     - molecule test --all
 # No Trixie Sury repo yet
 # trixie:
-#   image: registry.git.coop/webarch/containers/images/trixie:20240814
+#   image: registry.git.coop/webarch/containers/images/trixie:20240911
 #   stage: trixie
 #   script:
 #     - molecule test
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3748322..ceda226 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -35,14 +35,14 @@ repos:
           - VARIABLES.md
   # https://github.com/ansible/ansible-lint/releases
   - repo: https://github.com/ansible/ansible-lint.git
-    rev: v24.7.0
+    rev: v24.9.0
     hooks:
       - id: ansible-lint
         name: Ansible Lint
         language: python
         additional_dependencies:
           # https://pypi.org/project/ansible/
-          - ansible==10.3.0
+          - ansible==10.4.0
           # https://github.com/kellyjonbrazil/jc/releases
           - jc==1.25.3
           # https://github.com/jmespath/jmespath.py/tags
-- 
GitLab