Skip to content

Commit

Permalink
use cloudflare containers stored in github
Browse files Browse the repository at this point in the history
  • Loading branch information
kofemann committed Apr 21, 2020
1 parent 5fc76a6 commit f4d2d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cfssl/cfssl:latest
FROM docker.pkg.github.com/cloudflare/cfssl/cfssl:1.4.1

RUN mkdir -p /opt/acc/etc /opt/acc/ca /opt/acc/out

Expand All @@ -15,4 +15,4 @@ COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

# for testing. Action will overwrite
CMD ["hostcert.pem", "hostkey.pem", "ca-chain.pem"]
CMD ["hostcert.pem", "hostkey.pem", "ca-chain.pem"]

0 comments on commit f4d2d06

Please sign in to comment.