Skip to content
Snippets Groups Projects

chore(deps): update python docker tag to v3.12

Closed RenovateBot requested to merge renovate/python-3.x into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -6,7 +6,7 @@ stages:
lint:
stage: lint
image: python:3.11-alpine
image: python:3.12-alpine
before_script: pip install black
script: black --check .
Loading