1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-04 16:37:30 +00:00

bump squid to 4.16

This commit is contained in:
2021-08-10 10:31:09 +03:00
committed by Dmitry Belyaev
parent b68f62c04c
commit 160ebff925

View File

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