From 35acd9c33f3f3d78ad5deec128879d6bcedf249a Mon Sep 17 00:00:00 2001 From: Will Rouesnel Date: Mon, 11 Jul 2016 12:45:04 +1000 Subject: [PATCH] Bump to Squid 4.0.12 --- README.md | 2 +- docker-squid/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3829332..58151e4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker-squid/Dockerfile b/docker-squid/Dockerfile index 960a101..da02ebc 100644 --- a/docker-squid/Dockerfile +++ b/docker-squid/Dockerfile @@ -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 \