Skip to content

Commit 3af6fec

Browse files
committed
try this docker image for ca certificates, might fix a server issue
1 parent 297d897 commit 3af6fec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
FROM centurylink/ca-certs
1+
FROM alpine
2+
3+
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
4+
25
ADD app /
36
ENTRYPOINT ["/app"]

0 commit comments

Comments
 (0)