From a41af95f20c92f61f6e585616d7f9f9f139e13e0 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Fri, 13 Sep 2024 20:00:39 +0200 Subject: [PATCH] Upgrade to current version --- .../templates/chaosknoten/configs/hackertours/compose.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 b/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 index 8f67299..88b215b 100644 --- a/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 +++ b/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 @@ -13,7 +13,7 @@ services: restart: unless-stopped redis: - image: docker.io/redis:7 + image: docker.io/library/redis:7 ports: - "6379:6379" volumes: @@ -25,7 +25,7 @@ services: backend: pretix: - image: docker.io/pretix/standalone:2024.7 + image: docker.io/pretix/standalone:2024.8 command: ["all"] ports: - "8345:80"