Skip to content

Commit

Permalink
6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikoj committed Mar 14, 2019
1 parent 815248f commit e358430
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ ENV DEBIAN_FRONTEND noninteractive
RUN \
apt-get update && \
apt-get -y install apt-transport-https curl gnupg psmisc && \
curl -L https://packagecloud.io/varnishcache/varnish60/gpgkey | apt-key add - && \
touch /etc/apt/sources.list.d/varnishcache_varnish60.list && \
echo 'deb https://packagecloud.io/varnishcache/varnish60/debian/ stretch main' > /etc/apt/sources.list.d/varnishcache_varnish60.list && \
echo 'deb-src https://packagecloud.io/varnishcache/varnish60/debian/ stretch main' >> /etc/apt/sources.list.d/varnishcache_varnish60.list && \
curl -L https://packagecloud.io/varnishcache/varnish60lts/gpgkey | apt-key add - && \
touch /etc/apt/sources.list.d/varnishcache_varnish60lts.list && \
echo 'deb https://packagecloud.io/varnishcache/varnish60lts/debian/ stretch main' > /etc/apt/sources.list.d/varnishcache_varnish60lts.list && \
echo 'deb-src https://packagecloud.io/varnishcache/varnish60lts/debian/ stretch main' >> /etc/apt/sources.list.d/varnishcache_varnish60lts.list && \
apt-get update

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

WORKDIR /
Expand Down

0 comments on commit e358430

Please sign in to comment.