mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-10-31 18:06:53 +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:
parent
127d9c258c
commit
d1a9592a3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user