From 178974b0df82e2f10ecd0724abed3eb73227f803 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 15 Jan 2022 18:36:46 +0300 Subject: [PATCH] bump squid to 5.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88b4084..cf9d1d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.15.0 as build -ENV SQUID_VER 5.2 +ENV SQUID_VER 5.3 RUN set -x && \ apk add --no-cache \