]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
newer alpine (for newer PHP) and apk upgrade #1655
authorDoug Breaux <25640850+dougbreaux@users.noreply.github.com>
Fri, 4 Dec 2020 22:12:39 +0000 (16:12 -0600)
committerDoug Breaux <25640850+dougbreaux@users.noreply.github.com>
Fri, 4 Dec 2020 22:12:39 +0000 (16:12 -0600)
Dockerfile

index f6120b71f2b1d4507cd46dcaf7ebf09934d98139..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 \
@@ -46,7 +46,8 @@ RUN apk --update --no-cache add \
         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