Compare commits

..

1 commit

Author SHA1 Message Date
f5f04ef17a chore(deps): update https://github.com/ansible/ansible-lint action to v24.12.2
Some checks failed
/ Ansible Lint (push) Failing after 51s
/ Ansible Lint (pull_request) Failing after 43s
2025-10-21 00:44:59 +00:00
2 changed files with 3 additions and 7 deletions

View file

@ -3,6 +3,7 @@
"extends": [
"config:recommended", // Included in config:best-practices anyway, but added for clarity.
"config:best-practices",
"schedule:daily",
":ignoreUnstable"
],
"packageRules": [
@ -19,10 +20,5 @@
"patch"
]
}
],
"docker-compose": {
"managerFilePatterns": [
"/(^|/)(?:docker-)?compose[^/]*\\.ya?ml.j2$/"
]
}
}

View file

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