Bump to Squid 4.0.12

This commit is contained in:
Will Rouesnel 2016-07-11 12:45:04 +10:00
parent 25c5609d12
commit 35acd9c33f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Squid4 with SSL proxying
This dockerfile builds a Squid 4.0.7 instance and includes all the necessary
This dockerfile builds a Squid 4 instance and includes all the necessary
tooling to run it as a MITM (man-in-the-middle) SSL proxy.
There's a number of reasons to do this - the big one being optimizing caching

View File

@ -4,7 +4,7 @@ RUN sed s:deb:deb-src: /etc/apt/sources.list >> /etc/apt/sources.list
RUN apt-get update && apt-get build-dep -y squid3 && apt-get install -y wget tar xz-utils libssl-dev
ARG SQUID_VERSION=4.0.8
ARG SQUID_VERSION=4.0.12
# TODO: verify the squid download with the signing key
RUN mkdir /src \