From: VirtualTam Date: Sun, 1 Jul 2018 14:40:26 +0000 (+0200) Subject: Bump the base Docker image to alpine:3.7 X-Git-Tag: v0.10.0~13^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=508397a88e7ca2340f09da735eda74e6a111176a Bump the base Docker image to alpine:3.7 Signed-off-by: VirtualTam --- diff --git a/Dockerfile b/Dockerfile index cb835ced..8e0a5621 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN cd shaarli \ # Stage 4: # - Shaarli image -FROM alpine:3.6 +FROM alpine:3.7 LABEL maintainer="Shaarli Community" RUN apk --update --no-cache add \