1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-22 11:16:55 +00:00

bump squid to 5.4

This commit is contained in:
Dmitry Belyaev 2022-02-10 14:02:07 +03:00 committed by Dmitry Belyaev
parent 178974b0df
commit 0fd6d1f258

View File

@ -1,6 +1,6 @@
FROM alpine:3.15.0 as build
ENV SQUID_VER 5.3
ENV SQUID_VER 5.4
RUN set -x && \
apk add --no-cache \