1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-09-21 08:48:05 +00:00

bump squid to 4.14

This commit is contained in:
Dmitry Belyaev 2021-02-11 21:52:34 +03:00 committed by Dmitry Belyaev
parent f5fbbb9034
commit 3d2e367c14

View File

@ -1,6 +1,6 @@
FROM alpine:3.13.1 as build FROM alpine:3.13.1 as build
ENV SQUID_VER 4.13 ENV SQUID_VER 4.14
ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E
RUN set -x && \ RUN set -x && \