1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-23 03:36:54 +00:00

bump alpine to 3.7

(cherry picked from commit 6996f4b15d)
This commit is contained in:
Dmitry Belyaev 2018-02-28 12:29:52 +03:00
parent d92da9a79d
commit 7ac8996e39
Signed by: b4tman
GPG Key ID: 014E87EC54B77673

View File

@ -1,4 +1,4 @@
FROM arm32v6/alpine:3.6 as build
FROM arm32v6/alpine:3.7 as build
ENV SQUID_VER 3.5.27
ENV SQUID_SIG_KEY EA31CC5E9488E5168D2DCC5EB268E706FF5CF463
@ -93,7 +93,7 @@ RUN set -x && \
make -j $(grep -cs ^processor /proc/cpuinfo) && \
make install
FROM arm32v6/alpine:3.6
FROM arm32v6/alpine:3.7
MAINTAINER b4tman <b4tm4n@mail.ru>
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
@ -107,8 +107,8 @@ RUN apk add --no-cache \
libstdc++ \
heimdal-libs \
libcap \
libressl2.5-libcrypto \
libressl2.5-libssl \
libressl2.6-libcrypto \
libressl2.6-libssl \
libltdl
COPY --from=build /etc/squid/ /etc/squid/