Skip to content
Snippets Groups Projects
Commit c4949954 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

Update docker build image

parent 69d72911
No related branches found
No related tags found
1 merge request!407Update docker build image
Pipeline #136883 passed
......@@ -55,6 +55,7 @@ test:
- tox -- --junitxml=test-report.xml --durations=50
test-cookiecutter:
# Needed till next release
image: python:3.11
stage: test
......@@ -91,7 +92,7 @@ test-cookiecutter:
- worker-demo/
build-cookiecutter:
image: docker:19.03.1
image: docker:24.0.6
stage: build
services:
- docker:dind
......@@ -136,7 +137,7 @@ pypi-publication:
- twine upload dist/* -r pypi
.docs:
image: python:3.11
image: python:3
artifacts:
paths:
- public
......
......@@ -50,7 +50,7 @@ lint:
docker-build:
stage: build
image: docker:19.03.1
image: docker:24.0.6
services:
- docker:dind
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment