Merge pull request #393 from tidwall/ca-certs-in-docker-image

ca-certs in docker image
This commit is contained in:
Josh Baker 2018-12-03 13:49:11 -07:00 committed by GitHub
commit 72f7627152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
FROM alpine:3.4
FROM alpine:3.8
RUN apk add --no-cache ca-certificates
ADD tile38-server /usr/local/bin
ADD tile38-cli /usr/local/bin