From 25571919e3bd4c13823cf6857e6d4b0b5376f8f8 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 11 Jun 2026 14:45:10 +0300 Subject: [PATCH] bump squid to 7.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 83719d0..159dcbf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.23.4 AS build -ARG SQUID_VER=7.5 +ARG SQUID_VER=7.6 RUN set -x && \ apk add --no-cache \