We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297d897 commit 3af6fecCopy full SHA for 3af6fec
Dockerfile
@@ -1,3 +1,6 @@
1
-FROM centurylink/ca-certs
+FROM alpine
2
+
3
+RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
4
5
ADD app /
6
ENTRYPOINT ["/app"]
0 commit comments