From b1a8f65fe30cd4b98a30e3027584fb52766cba9a Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 4 Oct 2021 10:10:41 +0300 Subject: [PATCH] bump squid to 5.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8c4d3ba..6634957 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14.2 as build -ENV SQUID_VER 5.1 +ENV SQUID_VER 5.2 RUN set -x && \ apk add --no-cache \