From 2d2de740dbb39e42dabd706bf8fe8bcb2e219354 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 10 Aug 2021 10:31:09 +0300 Subject: [PATCH] bump squid to 4.16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9758f58..126dd4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14.0 as build -ENV SQUID_VER 4.15 +ENV SQUID_VER 4.16 # fix conflict with libretls and libressl RUN set -x && \