Update python Docker tag to v3.11
This commit is contained in:
parent
8dd1f6cddf
commit
b8f872c5d8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ terraform:
|
||||||
- ./scripts/terraform/lint.sh
|
- ./scripts/terraform/lint.sh
|
||||||
|
|
||||||
ansible:
|
ansible:
|
||||||
image: python:3.9-slim
|
image: python:3.11-slim
|
||||||
variables:
|
variables:
|
||||||
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
|
||||||
cache:
|
cache:
|
||||||
|
|
Loading…
Reference in a new issue