1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Update alpine image to 3.15

Also use latest Composer 2.2
This commit is contained in:
Jeremy Benoist
2022-05-21 21:27:30 +02:00
parent 3f62284368
commit 939b644424

View File

@@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.15
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
@@ -58,7 +58,7 @@ RUN set -ex \
&& ln -sf /dev/stderr /var/log/nginx/error.log \
&& curl -s https://getcomposer.org/installer | php \
&& mv composer.phar /usr/local/bin/composer \
&& composer selfupdate 2.2.10 \
&& composer selfupdate 2.2.12 \
&& git clone --branch $WALLABAG_VERSION --depth 1 https://github.com/wallabag/wallabag.git /var/www/wallabag
COPY root /