]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
remove apk upgrade #1655 1658/head
authorDoug Breaux <25640850+dougbreaux@users.noreply.github.com>
Mon, 7 Dec 2020 04:02:34 +0000 (22:02 -0600)
committerDoug Breaux <25640850+dougbreaux@users.noreply.github.com>
Mon, 7 Dec 2020 04:02:34 +0000 (22:02 -0600)
Dockerfile

index bedc9496cfa8345f0a55015f786d761b671bf0ce..79d3313095b89f8904ba37992dedd30ee74aa229 100644 (file)
@@ -46,8 +46,7 @@ RUN apk --update --no-cache add \
         php7-xml \
         php7-simplexml \
         php7-zlib \
-        s6 \
-       && apk -U upgrade
+        s6
 
 COPY .docker/nginx.conf /etc/nginx/nginx.conf
 COPY .docker/php-fpm.conf /etc/php7/php-fpm.conf