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

bump squid to 6.10

This commit is contained in:
Dmitry Belyaev 2024-06-19 10:33:46 +03:00 committed by Dmitry Belyaev
parent 75b290de69
commit 9aec6fae6a

View File

@ -1,6 +1,6 @@
FROM alpine:3.20.0 as build
ARG SQUID_VER=6.9
ARG SQUID_VER=6.10
RUN set -x && \
apk add --no-cache \