]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Dockerfile
newer alpine (for newer PHP) and apk upgrade #1655
[github/shaarli/Shaarli.git] / Dockerfile
index e2ff71fde5971c7803b6b8d60d498765b4680116..bedc9496cfa8345f0a55015f786d761b671bf0ce 100644 (file)
@@ -26,7 +26,7 @@ RUN cd shaarli \
 
 # Stage 4:
 # - Shaarli image
-FROM alpine:3.8
+FROM alpine:3.12
 LABEL maintainer="Shaarli Community"
 
 RUN apk --update --no-cache add \
@@ -44,8 +44,10 @@ RUN apk --update --no-cache add \
         php7-openssl \
         php7-session \
         php7-xml \
+        php7-simplexml \
         php7-zlib \
-        s6
+        s6 \
+       && apk -U upgrade
 
 COPY .docker/nginx.conf /etc/nginx/nginx.conf
 COPY .docker/php-fpm.conf /etc/php7/php-fpm.conf