Skip to content
Snippets Groups Projects

chore(deps): update python docker tag to v3.13 - autoclosed

Closed RenovateBot requested to merge renovate/python-3.x into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -27,7 +27,7 @@ lint-jinja:
- poetry run djlint theme/funkwhale/templates --check --lint --profile=jinja
build:
image: python:3.12-alpine
image: python:3.13-alpine
stage: build
variables:
SITEURL: "http://$CI_PROJECT_NAMESPACE.pages.funkwhale.audio/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/public"
@@ -48,7 +48,7 @@ build:
- echo "a11y_urls=$CI_ENVIRONMENT_URL" >> job.env
deploy:
image: python:3.12-alpine
image: python:3.13-alpine
stage: deploy
only:
- main@funkwhale/blog.funkwhale.audio
Loading