1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-08-28 21:17:29 +00:00

5 Commits

Author SHA1 Message Date
685eeddf3e bump squid to 5.1 2021-08-10 11:33:29 +03:00
1075790c45 fix build dirs 2021-08-10 11:28:21 +03:00
9d7abf3dea bump to 5.0.7 2021-08-10 10:41:20 +03:00
3ce1d078b7 Merge branch 'master' into v5
# Conflicts:
#	Dockerfile
2021-08-10 10:38:56 +03:00
ab6974f7b7 bump squid to 5.0.1 2020-02-02 19:26:12 +03:00

@@ -1,6 +1,6 @@
FROM alpine:3.14.0 as build
ENV SQUID_VER 4.15
ENV SQUID_VER 5.1
# fix conflict with libretls and libressl
RUN set -x && \
@@ -95,6 +95,10 @@ RUN set -x && \
--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 && \