From 9d7abf3deada5f0617586b44147be3f5c9e40c9e Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 10 Aug 2021 10:41:20 +0300 Subject: [PATCH] bump to 5.0.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2152807..1769479 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14.0 as build -ENV SQUID_VER 5.0.1 +ENV SQUID_VER 5.0.7 # fix conflict with libretls and libressl RUN set -x && \