Skip to content
Snippets Groups Projects

Update python Docker tag to v3.11

Open Tine Wittler requested to merge renovate/python-3.x into master
+ 1
1
test:
image: python:3.9-buster
image: python:3.11-buster
before_script:
- apt-get update -y -qq && apt-get install -y -qq yarnpkg
- pip install -q Django
Loading