From 4abeb0db738d4dbf01b0a9d409e037cca3b0b9e2 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 4 Mar 2019 13:44:40 +0100 Subject: [PATCH] 2.3.7 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 611a6d1..b296786 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest LABEL maintainer "Marvin Steadfast " -ARG WALLABAG_VERSION=2.3.6 +ARG WALLABAG_VERSION=2.3.7 RUN set -ex \ && apk update \ @@ -58,7 +58,7 @@ COPY root / RUN set -ex \ && cd /var/www/wallabag \ - && SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist \ + && SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist --no-progress \ && chown -R nobody:nobody /var/www/wallabag EXPOSE 80