From 9b841befe5fb6bd2625a1e12910e6e04dae6ee09 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 6 Jul 2023 14:09:54 +0300 Subject: [PATCH] bump squid to 6.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a2019f7..c0b149f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18.0 as build -ARG SQUID_VER=6.0.3 +ARG SQUID_VER=6.1 RUN set -x && \ apk add --no-cache \