Skip to content

Commit

Permalink
Update Dockerfile step-cli version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slavb18 committed Sep 5, 2024
1 parent 56caac3 commit 32992fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrapper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM smallstep/step-cli:0.23.1
FROM smallstep/step-cli:0.26.0

USER root
ENV CRT="/var/run/autocert.step.sm/site.crt"
Expand Down
2 changes: 1 addition & 1 deletion renewer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM smallstep/step-cli:0.23.1
FROM smallstep/step-cli:0.26.0

USER root
ENV CRT="/var/run/autocert.step.sm/site.crt"
Expand Down

0 comments on commit 32992fe

Please sign in to comment.