Compare commits

...

2 commits

Author SHA1 Message Date
60e49c0127 Update docker.io/pretix/standalone Docker tag to v2026.6
All checks were successful
/ build (pull_request) Successful in 30s
/ Ansible Lint (push) Successful in 2m53s
/ Ansible Lint (pull_request) Successful in 2m34s
2026-07-10 10:15:53 +00:00
14d2d002f7 Update docker.io/prom/prometheus Docker tag to v3.13.1
All checks were successful
/ build (pull_request) Successful in 50s
/ Ansible Lint (pull_request) Successful in 3m17s
/ cleanup-staging (pull_request) Successful in 7s
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 3m14s
2026-07-10 09:15:50 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
services: services:
prometheus: prometheus:
image: docker.io/prom/prometheus:v3.13.0 image: docker.io/prom/prometheus:v3.13.1
container_name: prometheus container_name: prometheus
command: command:
- '--config.file=/etc/prometheus/prometheus.yml' - '--config.file=/etc/prometheus/prometheus.yml'

View file

@ -25,7 +25,7 @@ services:
backend: backend:
pretix: pretix:
image: docker.io/pretix/standalone:2026.3 image: docker.io/pretix/standalone:2026.6
command: ["all"] command: ["all"]
ports: ports:
- "8345:80" - "8345:80"