upgrade alpine base images to latest version

This commit is contained in:
Markus Schölzel 2018-02-01 22:06:39 +01:00
parent e60b76921f
commit fe593eedd1
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