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

bump squid to 6.9

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

View File

@ -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 \