Skip to content

Commit

Permalink
fix bug that caused all SSL certificates to be invalid within docker …
Browse files Browse the repository at this point in the history
…image
  • Loading branch information
atomicptr committed Apr 4, 2020
1 parent 51d7793 commit 3159bdd
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 @@
# Do not build this yourself, this is for goreleaser
FROM scratch
FROM alpine:3.11
COPY crab /
ENTRYPOINT ["/crab"]
ENTRYPOINT ["/crab"]

0 comments on commit 3159bdd

Please sign in to comment.