From b8f872c5d8fa26ad02b97040a05e4bd87970a2b1 Mon Sep 17 00:00:00 2001 From: Renovate Date: Wed, 26 Oct 2022 16:04:48 +0100 Subject: [PATCH] Update python Docker tag to v3.11 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 449cee7..4a3aaf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ terraform: - ./scripts/terraform/lint.sh ansible: - image: python:3.9-slim + image: python:3.11-slim variables: PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" cache: