From dd877b801ae878c800c3801724aeadcc738e61ae Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 7 Dec 2023 16:12:38 +0300 Subject: [PATCH] bump squid to 6.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 325c9ee..461f783 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18.5 as build -ARG SQUID_VER=6.5 +ARG SQUID_VER=6.6 RUN set -x && \ apk add --no-cache \