Update all stable non-major dependencies
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m55s
/ Ansible Lint (push) Successful in 2m55s

This commit is contained in:
Renovate 2026-02-09 17:46:45 +00:00
commit dda57aa9d6
5 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@ services:
- pretalx_net
static:
image: docker.io/library/nginx:1.29.4
image: docker.io/library/nginx:1.29.5
restart: unless-stopped
volumes:
- public:/usr/share/nginx/html
@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2025.2.2
entrypoint: gunicorn
command:
- "pretalx.wsgi"
@ -78,7 +78,7 @@ services:
- pretalx_net
celery:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2025.2.2
command:
- taskworker
restart: unless-stopped