1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-06-02 12:03:47 +00:00

bump squid to 5.3

This commit is contained in:
Dmitry Belyaev 2022-01-15 18:36:46 +03:00 committed by Dmitry Belyaev
parent 2eea5bc28f
commit 178974b0df

View File

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