From 1d71370e488fa3d39066066280c30c40d7d40b5a Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 19 Aug 2023 11:55:23 +0300 Subject: [PATCH] bump squid to 6.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e247deb..97c2d6c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18.2 as build -ARG SQUID_VER=6.1 +ARG SQUID_VER=6.2 RUN set -x && \ apk add --no-cache \