From be53fa40ff143d1e9f6a3593c30c9a77cf05d44a Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sun, 15 Jul 2018 22:06:22 +0200 Subject: [PATCH] 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 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6261e81..d8921ce 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 \