bump alpine to 3.8

(cherry picked from commit d5cbd68b4d)
This commit is contained in:
Dmitry Belyaev 2018-07-19 13:57:34 +03:00
parent 323e4533e7
commit 9d46731628
Signed by: b4tman
GPG Key ID: 014E87EC54B77673
1 changed files with 4 additions and 4 deletions

View File

@ -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/