From 685eeddf3ec9bb1451d596cc0b0e44b5de19faa1 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 10 Aug 2021 11:28:57 +0300 Subject: [PATCH] bump squid to 5.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3b518bf..8b8b94f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14.0 as build -ENV SQUID_VER 5.0.7 +ENV SQUID_VER 5.1 # fix conflict with libretls and libressl RUN set -x && \