1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-22 03:06:53 +00:00

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>
This commit is contained in:
dependabot-preview[bot] 2020-04-01 02:56:48 +00:00 committed by Dmitry Belyaev
parent f709ee39b4
commit 74a4ac3993

View File

@ -1,4 +1,4 @@
FROM alpine:3.11.3 as build
FROM alpine:3.11.5 as build
ENV SQUID_VER 4.10
ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E
@ -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.11.5
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow