Skip to content

Commit

Permalink
Merge pull request #150 from wallabag/release-2.3.7
Browse files Browse the repository at this point in the history
2.3.7
  • Loading branch information
j0k3r committed Mar 4, 2019
2 parents ca1dd1d + 4abeb0d commit a01e124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest

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

ARG WALLABAG_VERSION=2.3.6
ARG WALLABAG_VERSION=2.3.7

RUN set -ex \
&& apk update \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a01e124

Please sign in to comment.