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
dopey committed Apr 18, 2024
1 parent 1c726ae commit 9b2138d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY controller/client.go controller/main.go ./
RUN go build -o /server .

# final stage
FROM smallstep/step-cli:0.23.1
FROM smallstep/step-cli:0.26.0
ENV STEPPATH="/home/step"
ENV PWDPATH="/home/step/password/password"
ENV CONFIGPATH="/home/step/autocert/config.yaml"
Expand Down
2 changes: 1 addition & 1 deletion init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM smallstep/step-cli:0.23.0
FROM smallstep/step-cli:0.26.0

ENV CA_NAME="Autocert"
ENV CA_DNS="ca.step.svc.cluster.local,127.0.0.1"
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 9b2138d

Please sign in to comment.