1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-24 12:16:53 +00:00

bump squid to 6.8

This commit is contained in:
Dmitry Belyaev 2024-03-24 12:42:39 +03:00 committed by Dmitry Belyaev
parent bb4a85b410
commit fb56ae5164

View File

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