1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-06-19 21:54:25 +00:00

bump squid to 6.9

This commit is contained in:
2024-04-24 12:46:47 +03:00
committed by Dmitry Belyaev
parent 7ea8a5793f
commit 8aab792bc1

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