Compare commits

..

2 commits

Author SHA1 Message Date
a329498068 chore(deps): update netbirdio/relay docker tag to v0.59.5
Some checks failed
checks / pre-commit (push) Failing after 1s
checks / k8s (push) Failing after 1s
checks / tflint (push) Failing after 1s
2025-10-10 02:05:51 +00:00
498ad643ff chore(deps): update code.forgejo.org/forgejo/runner docker tag to v11
Some checks failed
checks / pre-commit (push) Failing after 12m34s
checks / k8s (push) Failing after 3s
checks / tflint (push) Failing after 1s
OpenTofu deployments / authentik (push) Failing after 1s
OpenTofu deployments / adguard (push) Failing after 1s
2025-10-09 02:38:56 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
---
x-runner-common: &runner-common
image: code.forgejo.org/forgejo/runner:9.1.1
image: code.forgejo.org/forgejo/runner:11.1.2
links:
- docker-in-docker
depends_on:

View file

@ -35,7 +35,7 @@ services:
max-size: "500m"
max-file: "2"
relay:
image: netbirdio/relay:0.59.4
image: netbirdio/relay:0.59.5
restart: unless-stopped
environment:
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}