From: VirtualTam Date: Sun, 15 Jul 2018 20:06:22 +0000 (+0200) Subject: Bump the base Docker image to alpine:3.8 X-Git-Tag: v0.10.0~8^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=be53fa40ff143d1e9f6a3593c30c9a77cf05d44a 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 --- diff --git a/Dockerfile b/Dockerfile index 6261e81b..d8921cee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN cd shaarli \ # Stage 4: # - Shaarli image -FROM alpine:3.7 +FROM alpine:3.8 LABEL maintainer="Shaarli Community" RUN apk --update --no-cache add \