From a89c6b287861353c6ffd9f79f486ca003971a812 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 38cdc0d..b161dda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18.2 as build -ARG SQUID_VER=6.0.3 +ARG SQUID_VER=6.1 RUN set -x && \ apk add --no-cache \