mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 19:26:54 +00:00
bump alpine to 3.7
This commit is contained in:
parent
102439a9b6
commit
6996f4b15d
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.6 as build
|
FROM alpine:3.7 as build
|
||||||
|
|
||||||
ENV SQUID_VER 3.5.27
|
ENV SQUID_VER 3.5.27
|
||||||
ENV SQUID_SIG_KEY EA31CC5E9488E5168D2DCC5EB268E706FF5CF463
|
ENV SQUID_SIG_KEY EA31CC5E9488E5168D2DCC5EB268E706FF5CF463
|
||||||
@ -97,7 +97,7 @@ RUN set -x && \
|
|||||||
make -j $(grep -cs ^processor /proc/cpuinfo) && \
|
make -j $(grep -cs ^processor /proc/cpuinfo) && \
|
||||||
make install
|
make install
|
||||||
|
|
||||||
FROM alpine:3.6
|
FROM alpine:3.7
|
||||||
|
|
||||||
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
|
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
|
||||||
ENV TZ Europe/Moscow
|
ENV TZ Europe/Moscow
|
||||||
@ -110,8 +110,8 @@ RUN apk add --no-cache \
|
|||||||
libstdc++ \
|
libstdc++ \
|
||||||
heimdal-libs \
|
heimdal-libs \
|
||||||
libcap \
|
libcap \
|
||||||
libressl2.5-libcrypto \
|
libressl2.6-libcrypto \
|
||||||
libressl2.5-libssl \
|
libressl2.6-libssl \
|
||||||
libltdl
|
libltdl
|
||||||
|
|
||||||
COPY --from=build /etc/squid/ /etc/squid/
|
COPY --from=build /etc/squid/ /etc/squid/
|
||||||
|
Loading…
Reference in New Issue
Block a user