diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e19e5d316c1392bec01378e4e2c639a119da6c2..bcad97ceee61e2e6382b33b601ef45cd43374ca0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,19 +30,19 @@ stages:
   - bookworm
   # - bullseye
 trixie:
-  image: registry.git.coop/webarch/containers/images/trixie:20230822
+  image: registry.git.coop/webarch/containers/images/trixie:20231213
   stage: trixie
   script:
     - molecule test --all
 bookworm:
-  image: registry.git.coop/webarch/containers/images/bookworm:20230822
+  image: registry.git.coop/webarch/containers/images/bookworm:20231213
   stage: bookworm
   script:
     - molecule test --all
 # The Bullseye test run OK but Molecule never completes
 # https://github.com/ansible/molecule/discussions/4020
 # bullseye:
-#   image: registry.git.coop/webarch/containers/images/bullseye:20230822
+#   image: registry.git.coop/webarch/containers/images/bullseye:20231213
 #   stage: bullseye
 #   script:
 #     - molecule test --all
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b896b8bac513203e07748dfef3f141f0c251f5ed..7a89861f4857cb8488511f31e28fe85bef149058 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -11,25 +11,25 @@
 repos:
   # https://github.com/adrienverge/yamllint/tags
   - repo: https://github.com/adrienverge/yamllint.git
-    rev: v1.32.0
+    rev: v1.33.0
     hooks:
       - id: yamllint
         name: YAML Lint
   # https://github.com/ansible/ansible-lint/releases
   - repo: https://github.com/ansible/ansible-lint.git
-    rev: v6.21.1
+    rev: v6.22.1
     hooks:
       - id: ansible-lint
         name: Ansible Lint
         language: python
         additional_dependencies:
           # https://github.com/kellyjonbrazil/jc/releases
-          - jc==1.23.4
+          - jc==1.23.6
           # https://github.com/jmespath/jmespath.py/tags
           - jmespath==1.0.1
   # https://github.com/jackdewinter/pymarkdown/releases
   - repo: https://github.com/jackdewinter/pymarkdown.git
-    rev: v0.9.13.4
+    rev: v0.9.15
     hooks:
       - id: pymarkdown
         name: Markdown Lint