1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-18 22:59:07 +00:00

5 Commits

Author SHA1 Message Date
d1e2082f73 bump to 4.12 2020-06-15 14:16:38 +03:00
70ac196b86 libressl 3.1 2020-06-01 11:31:49 +03:00
dependabot-preview[bot]
15cf0f1674 Bump alpine from 3.11.6 to 3.12.0
Bumps alpine from 3.11.6 to 3.12.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-01 11:31:49 +03:00
dependabot-preview[bot]
72ef256dfe Bump alpine from 3.11.5 to 3.11.6
Bumps alpine from 3.11.5 to 3.11.6.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-01 10:59:33 +03:00
dependabot-preview[bot]
74a4ac3993 Bump alpine from 3.11.3 to 3.11.5
Bumps alpine from 3.11.3 to 3.11.5.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01 09:14:31 +03:00

@@ -1,6 +1,6 @@
FROM alpine:3.11.3 as build
FROM alpine:3.12.0 as build
ENV SQUID_VER 5.0.1
ENV SQUID_VER 4.12
ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E
RUN set -x && \
@@ -101,7 +101,7 @@ RUN set -x && \
RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf
RUN echo 'include /etc/squid/conf.d.tail/*.conf' >> /etc/squid/squid.conf
FROM alpine:3.11.3
FROM alpine:3.12.0
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow
@@ -114,8 +114,8 @@ RUN apk add --no-cache \
libstdc++ \
heimdal-libs \
libcap \
libressl3.0-libcrypto \
libressl3.0-libssl \
libressl3.1-libcrypto \
libressl3.1-libssl \
libltdl
COPY --from=build /etc/squid/ /etc/squid/