From 59819d10f2e6d56dbb55357baec0bbcb4ecbc96f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 15:34:33 +0000 Subject: [PATCH] chore(deps): update smallstep/step-ca docker tag to v0.28.4 --- infrastructure/docker/containers/step-ca/step-ca.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/docker/containers/step-ca/step-ca.tf b/infrastructure/docker/containers/step-ca/step-ca.tf index 746a1ed..9f578d7 100644 --- a/infrastructure/docker/containers/step-ca/step-ca.tf +++ b/infrastructure/docker/containers/step-ca/step-ca.tf @@ -8,7 +8,7 @@ resource "random_password" "password" { } resource "docker_image" "step-ca" { - name = "smallstep/step-ca:0.25.2" + name = "smallstep/step-ca:0.28.4" } # To enable ACME the following command has to be run once: