From 9d467316280b67a6cef1c822855349adb4a11eb8 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 19 Jul 2018 13:57:34 +0300 Subject: [PATCH] bump alpine to 3.8 (cherry picked from commit d5cbd68b4d50012238b5ef3dc227d23cad5c5fc8) --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 726efb0..63dbd30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM b4tman/armhf-alpine-qemu:3.7 as build +FROM b4tman/armhf-alpine-qemu:3.8 as build ENV SQUID_VER 3.5.28 ENV SQUID_SIG_KEY EA31CC5E9488E5168D2DCC5EB268E706FF5CF463 @@ -101,7 +101,7 @@ RUN set -x && \ RUN [ "cross-build-end" ] -FROM b4tman/armhf-alpine-qemu:3.7 +FROM b4tman/armhf-alpine-qemu:3.8 ENV SQUID_CONFIG_FILE /etc/squid/squid.conf ENV TZ Europe/Moscow @@ -116,8 +116,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/