Skip to content

Commit

Permalink
2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Mar 4, 2019
1 parent ca1dd1d commit 4abeb0d
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 <[email protected]>"

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 4abeb0d

Please sign in to comment.