From 7901f03cc1ed74d413ac44decf818da3fce0f84c Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 24 Aug 2026 14:42:25 +0300 Subject: [PATCH] bump squid to 7.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b990fc..8a0f7d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.24.1 AS build -ARG SQUID_VER=7.6 +ARG SQUID_VER=7.7 RUN set -x && \ apk add --no-cache \