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

bump squid to 5.5

This commit is contained in:
Dmitry Belyaev 2022-04-20 10:06:39 +03:00 committed by Dmitry Belyaev
parent d745475ec5
commit cdc5ff74b5

View File

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