From 9b081c8cecc31fe11e6ab125d61e8039a2a5045d Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 28 Feb 2018 12:29:52 +0300 Subject: [PATCH] bump alpine to 3.7 (cherry picked from commit 6996f4b15db478e31889164ca708e8374ea1f814) --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12c4edc..163acb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.6 as build +FROM alpine:3.7 as build ENV SQUID_VER 4.0.21 ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E @@ -100,7 +100,7 @@ RUN set -x && \ make -j $(grep -cs ^processor /proc/cpuinfo) && \ make install -FROM alpine:3.6 +FROM alpine:3.7 ENV SQUID_CONFIG_FILE /etc/squid/squid.conf ENV TZ Europe/Moscow @@ -113,8 +113,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/