Skip to content

Commit a01e124

Browse files
authored
Merge pull request #150 from wallabag/release-2.3.7
2.3.7
2 parents ca1dd1d + 4abeb0d commit a01e124

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22

33
LABEL maintainer "Marvin Steadfast <marvin@xsteadfastx.org>"
44

5-
ARG WALLABAG_VERSION=2.3.6
5+
ARG WALLABAG_VERSION=2.3.7
66

77
RUN set -ex \
88
&& apk update \
@@ -58,7 +58,7 @@ COPY root /
5858

5959
RUN set -ex \
6060
&& cd /var/www/wallabag \
61-
&& SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist \
61+
&& SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist --no-progress \
6262
&& chown -R nobody:nobody /var/www/wallabag
6363

6464
EXPOSE 80

0 commit comments

Comments
 (0)