Skip to content

Commit

Permalink
6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoj committed Apr 8, 2019
1 parent 35d03f3 commit 1c49fff
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ ENV DEBIAN_FRONTEND noninteractive
RUN \
apt-get update && \
apt-get -y install apt-transport-https curl gnupg psmisc && \
curl -L https://packagecloud.io/varnishcache/varnish61/gpgkey | apt-key add - && \
touch /etc/apt/sources.list.d/varnishcache_varnish60lts.list && \
echo 'deb https://packagecloud.io/varnishcache/varnish61/debian/ stretch main' > /etc/apt/sources.list.d/varnishcache_varnish61.list && \
echo 'deb-src https://packagecloud.io/varnishcache/varnish61/debian/ stretch main' >> /etc/apt/sources.list.d/varnishcache_varnish61.list && \
curl -L https://packagecloud.io/varnishcache/varnish62/gpgkey | apt-key add - && \
echo 'deb https://packagecloud.io/varnishcache/varnish62/debian/ stretch main' > /etc/apt/sources.list.d/varnishcache_varnish62.list && \
echo 'deb-src https://packagecloud.io/varnishcache/varnish62/debian/ stretch main' >> /etc/apt/sources.list.d/varnishcache_varnish62.list && \
apt-get update

RUN \
apt-get -y install varnish=6.1.1-1~stretch && \
apt-get -y install varnish=6.2.0-1~stretch && \
rm -rf /var/lib/apt/lists/*

WORKDIR /
Expand Down

0 comments on commit 1c49fff

Please sign in to comment.