From 551440b10baf3688229863db2621293117c58560 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 16 Jun 2022 09:01:57 +0300 Subject: [PATCH] bump squid to 5.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0886ff9..4992b23 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.16.0 as build -ENV SQUID_VER 5.5 +ENV SQUID_VER 5.6 RUN set -x && \ apk add --no-cache \