bump squid to 5.1

This commit is contained in:
Dmitry Belyaev 2021-08-10 11:28:57 +03:00
parent 1075790c45
commit 685eeddf3e
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \