X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile;h=8e0a56215d07fddceef2bd2ed6aa0b6a97b86343;hb=508397a88e7ca2340f09da735eda74e6a111176a;hp=4cda6f31316183493b65b33bb6c6dab26f680465;hpb=2a3fe990dd0730fce9465bbef6ad1a01054f775d;p=github%2Fshaarli%2FShaarli.git diff --git a/Dockerfile b/Dockerfile index 4cda6f31..8e0a5621 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM python:3-alpine as docs ADD . /usr/src/app/shaarli RUN cd /usr/src/app/shaarli \ && pip install --no-cache-dir mkdocs \ - && mkdocs build + && mkdocs build --clean # Stage 2: # - Resolve PHP dependencies with Composer @@ -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 \