Compare commits

..

1 commit

Author SHA1 Message Date
6db9d69dbc chore(deps): update ghcr.io/renovatebot/renovate docker tag to v40
Some checks failed
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Failing after 2m26s
Terraform CI/CD / Terraform Plan (pull_request) Has been skipped
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
2025-05-05 11:02:34 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -52,7 +52,7 @@ job "keycloak" {
driver = "docker"
config {
image = "quay.io/keycloak/keycloak:26.2.3"
image = "quay.io/keycloak/keycloak:26.2.2"
args = ["start"]
}

View file

@ -12,7 +12,7 @@ job "plextraktsync" {
driver = "docker"
config {
image = "ghcr.io/taxel/plextraktsync:0.34.9"
image = "ghcr.io/taxel/plextraktsync:0.34.8"
volumes = [
"/mnt/docker/downloads/config/plextraktsync:/app/config"
]

View file

@ -11,7 +11,7 @@ job "renovate" {
driver = "docker"
config {
image = "ghcr.io/renovatebot/renovate:40.3.5"
image = "ghcr.io/renovatebot/renovate:40.3.4"
}
resources {