Skip to content

Commit

Permalink
Fix cfssl docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru committed Oct 5, 2023
1 parent e3aa88a commit eb9794d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install CFSSL from official cfssl.org binaries
FROM cfssl/cfssl:1.6.4 as cfssl
FROM cfssl/cfssl:v1.6.4 as cfssl

# Install remaining packages
FROM alpine:3.18.4
Expand Down

0 comments on commit eb9794d

Please sign in to comment.