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

bump alpine to 3.8

This commit is contained in:
Dmitry Belyaev 2018-07-19 13:50:57 +03:00
parent 9e6ed88e57
commit d5cbd68b4d
Signed by: b4tman
GPG Key ID: 014E87EC54B77673

View File

@ -1,4 +1,4 @@
FROM alpine:3.7 as build
FROM alpine:3.8 as build
ENV SQUID_VER 3.5.28
ENV SQUID_SIG_KEY EA31CC5E9488E5168D2DCC5EB268E706FF5CF463
@ -97,7 +97,7 @@ RUN set -x && \
make -j $(grep -cs ^processor /proc/cpuinfo) && \
make install
FROM alpine:3.7
FROM alpine:3.8
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow
@ -110,8 +110,8 @@ RUN apk add --no-cache \
libstdc++ \
heimdal-libs \
libcap \
libressl2.6-libcrypto \
libressl2.6-libssl \
libressl2.7-libcrypto \
libressl2.7-libssl \
libltdl
COPY --from=build /etc/squid/ /etc/squid/