Skip to content

Commit d7678dd

Browse files
chore(deps): update smallstep/step-ca docker tag to v0.27.5
1 parent 56b1344 commit d7678dd

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/docker/containers/step-ca

1 file changed

+1
-1
lines changed

infrastructure/docker/containers/step-ca/step-ca.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ resource "random_password" "password" {
88
}
99

1010
resource "docker_image" "step-ca" {
11-
name = "smallstep/step-ca:0.25.2"
11+
name = "smallstep/step-ca:0.27.5"
1212
}
1313

1414
# To enable ACME the following command has to be run once:

0 commit comments

Comments
 (0)