1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-26 10:09:10 +00:00

1 Commits
v6 ... v6.2.0

Author SHA1 Message Date
1d71370e48 bump squid to 6.2 2023-08-19 12:28:42 +03:00

View File

@@ -1,6 +1,6 @@
FROM alpine:3.18.2 as build
ARG SQUID_VER=6.1
ARG SQUID_VER=6.2
RUN set -x && \
apk add --no-cache \