Skip to content
Snippets Groups Projects

Update python Docker tag to v3.9

Merged Tine Wittler requested to merge renovate/docker-python-3.x into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
test:
image: python:3.8-buster
image: python:3.9-buster
before_script:
- apt-get update -y -qq && apt-get install -y -qq yarnpkg
- pip install -q Django
Loading