1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-09-21 00:38:03 +00:00

Bump alpine from 3.9.4 to 3.10.0

Bumps alpine from 3.9.4 to 3.10.0.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-07-01 02:48:34 +00:00 committed by Dmitry Belyaev
parent 127d9c258c
commit d1a9592a3f

View File

@ -1,4 +1,4 @@
FROM alpine:3.9.4 as build
FROM alpine:3.10.0 as build
ENV SQUID_VER 4.7
ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E
@ -98,7 +98,7 @@ RUN set -x && \
make -j $(grep -cs ^processor /proc/cpuinfo) && \
make install
FROM alpine:3.9.4
FROM alpine:3.10.0
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow