Merge pull request #2328 from YmarkusY/master [ci skip]

upgrade alpine base image to latest version
This commit is contained in:
Brad Rydzewski 2018-04-01 11:35:50 -07:00 committed by GitHub
commit 846db9f387
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.7
RUN apk add -U --no-cache ca-certificates

View file

@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.7
EXPOSE 8000 9000 80 443
RUN apk add -U --no-cache ca-certificates