diff --git a/infrastructure/docker/containers/step-ca/step-ca.tf b/infrastructure/docker/containers/step-ca/step-ca.tf index 746a1ed..b2f7a16 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.26.0" } # To enable ACME the following command has to be run once: