Bump the base Docker image to alpine:3.8

Major change:
- PHP 7.2

Changelog:
- https://www.alpinelinux.org/posts/Alpine-3.8.0-released.html

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
This commit is contained in:
VirtualTam 2018-07-15 22:06:22 +02:00
parent 9cc6ea6560
commit be53fa40ff
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ RUN cd shaarli \
# Stage 4: # Stage 4:
# - Shaarli image # - Shaarli image
FROM alpine:3.7 FROM alpine:3.8
LABEL maintainer="Shaarli Community" LABEL maintainer="Shaarli Community"
RUN apk --update --no-cache add \ RUN apk --update --no-cache add \