From 19f38a0c4cf4e27fc39193a6b8a1d493ecb70941 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 23 Nov 2022 09:01:38 +0000 Subject: [PATCH] Update python Docker tag to v3.11 --- .gitlab-ci.yml | 8 ++++---- docs/Dockerfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 731a20bbc..b0ba320ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,7 @@ review_docs: interruptible: true stage: deploy allow_failure: true - image: python:3.10 + image: python:3.11 variables: BUILD_PATH: "../docs-review" before_script: @@ -137,7 +137,7 @@ changelog_snippet: pre-commit: stage: lint - image: python:3.10 + image: python:3.11 variables: PIP_CACHE_DIR: $CI_PROJECT_DIR/.cache/pip PRE_COMMIT_HOME: $CI_PROJECT_DIR/.cache/pre-commit @@ -152,7 +152,7 @@ pre-commit: black: interruptible: true - image: python:3.10 + image: python:3.11 stage: lint variables: GIT_STRATEGY: fetch @@ -321,7 +321,7 @@ build_front: build_documentation: stage: build - image: python:3.10 + image: python:3.11 variables: BUILD_PATH: "../public" before_script: diff --git a/docs/Dockerfile b/docs/Dockerfile index 18c4b20ca..493a738e3 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6 +FROM python:3.11 RUN apt-get update && apt-get install -y graphviz RUN pip install sphinx livereload sphinx_rtd_theme django-environ django myst-parser sphinx-design sphinx-multiversion sphinxcontrib-mermaid