Bump to Squid 4.0.12
This commit is contained in:
parent
25c5609d12
commit
35acd9c33f
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue