We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca1dd1d + 4abeb0d commit a01e124Copy full SHA for a01e124
1 file changed
Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:latest
2
3
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
4
5
-ARG WALLABAG_VERSION=2.3.6
+ARG WALLABAG_VERSION=2.3.7
6
7
RUN set -ex \
8
&& apk update \
@@ -58,7 +58,7 @@ COPY root /
58
59
60
&& cd /var/www/wallabag \
61
- && SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist \
+ && SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist --no-progress \
62
&& chown -R nobody:nobody /var/www/wallabag
63
64
EXPOSE 80
0 commit comments