From fa6acb75d1ec5750791ec602a09637184c0139f1 Mon Sep 17 00:00:00 2001 From: Fred Date: Fri, 27 Aug 2021 08:26:36 +0000 Subject: [PATCH] Update to v5 for x86 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b33da2f..00f756e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV ENV_SQUID_VERSION=$SQUID_VERSION WORKDIR /tmp RUN echo "deb-src http://deb.debian.org/debian buster main contrib" >> /etc/apt/sources.list && apt-get update && apt-get --no-install-recommends -y build-dep squid && apt-get --no-install-recommends -y install wget tar xz-utils libssl-dev libssl1.1 winbind \ - && wget http://www.squid-cache.org/Versions/v4/$SQUID_VERSION \ + && wget http://www.squid-cache.org/Versions/v5/$SQUID_VERSION \ && mkdir squid && tar -C squid --strip-components=1 -xzf $SQUID_VERSION \ && cd squid \ && ./configure \