Skip to content
Snippets Groups Projects

Update python Docker tag to v3.10

Merged RenovateBot requested to merge renovate/python-3.x into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
build:
image: python:3.9-alpine
image: python:3.10-alpine
stage: build
before_script:
- apk add make
@@ -12,7 +12,7 @@ build:
- public/
deploy:
image: python:3.9-alpine
image: python:3.10-alpine
stage: deploy
only:
- main@funkwhale/blog.funkwhale.audio
Loading