Compare commits

..

3 commits

Author SHA1 Message Date
44e612f603 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 2m8s
Terraform CI/CD / Terraform Plan (pull_request) Has been skipped
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
2025-05-06 10:01:59 +00:00
af8b134805 chore(deps): update ghcr.io/taxel/plextraktsync docker tag to v0.34.9
Some checks failed
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Failing after 2m13s
Terraform CI/CD / Terraform Plan (pull_request) Has been skipped
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Failing after 1m2s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Has been skipped
2025-05-05 18:02:35 +00:00
c7b082dea4 chore(deps): update quay.io/keycloak/keycloak docker tag to v26.2.3
Some checks failed
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (pull_request) Failing after 1m59s
Terraform CI/CD / Terraform Plan (pull_request) Has been skipped
Terraform CI/CD / Terraform Apply (pull_request) Has been skipped
Terraform CI/CD / Terraform Format, Validate, Lint, Scan (push) Failing after 1m16s
Terraform CI/CD / Terraform Plan (push) Has been skipped
Terraform CI/CD / Terraform Apply (push) Has been skipped
2025-05-05 12:02:45 +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.2"
image = "quay.io/keycloak/keycloak:26.2.3"
args = ["start"]
}

View file

@ -12,7 +12,7 @@ job "plextraktsync" {
driver = "docker"
config {
image = "ghcr.io/taxel/plextraktsync:0.34.8"
image = "ghcr.io/taxel/plextraktsync:0.34.9"
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.4"
image = "ghcr.io/renovatebot/renovate:40.3.5"
}
resources {