From 9f260deb7f143fa539b38711e99173cfeb926ef6 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 13 Jun 2023 14:12:11 +0300 Subject: [PATCH] bump squid to 6.0.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 16d0fa8..38cdc0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.18.2 as build -ARG SQUID_VER=6.0.2 +ARG SQUID_VER=6.0.3 RUN set -x && \ apk add --no-cache \