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

bump squid to 5.0.1

This commit is contained in:
Dmitry Belyaev 2020-02-02 19:26:12 +03:00
parent f709ee39b4
commit ab6974f7b7
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3

View File

@ -1,6 +1,6 @@
FROM alpine:3.11.3 as build
ENV SQUID_VER 4.10
ENV SQUID_VER 5.0.1
ENV SQUID_SIG_KEY B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E
RUN set -x && \