Skip to content

Commit

Permalink
chore(deps): update smallstep/step-ca docker tag to v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 1, 2024
1 parent ed3e7a1 commit a395c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/docker/containers/step-ca/step-ca.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a395c50

Please sign in to comment.