1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-07-26 06:03:37 +00:00

1 Commits

Author SHA1 Message Date
2d2de740db bump squid to 4.16 2021-08-10 10:49:48 +03:00

@@ -1,6 +1,6 @@
FROM alpine:3.14.0 as build
ENV SQUID_VER 5.1
ENV SQUID_VER 4.16
# fix conflict with libretls and libressl
RUN set -x && \
@@ -94,11 +94,7 @@ RUN set -x && \
--with-default-user=squid \
--with-openssl \
--with-pidfile=/var/run/squid/squid.pid
# fix build
RUN set -x && \
mkdir -p /tmp/build/tools/squidclient/tests && \
mkdir -p /tmp/build/tools/tests
RUN set -x && \
cd /tmp/build && \