Skip to content

Commit

Permalink
Merge pull request #176 from amazeeio/varnish-update
Browse files Browse the repository at this point in the history
Varnish 5 is now in stable
  • Loading branch information
Schnitzel authored Jan 10, 2018
2 parents e336783 + c2ec1f0 commit 82c45ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions images/varnish/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ COPY --from=commons /home /home
# When Bash is invoked as non-interactive (like `bash -c command`) it sources a file that is given in `BASH_ENV`
ENV TMPDIR=/tmp TMP=/tmp HOME=/home ENV=/home/.bashrc BASH_ENV=/home/.bashrc

RUN echo "@edge http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories \
&& apk --no-cache add varnish@edge
RUN apk --no-cache add varnish

RUN echo "${VARNISH_SECRET:-lagoon_default_secret}" >> /etc/varnish/secret

Expand Down

0 comments on commit 82c45ce

Please sign in to comment.