1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-06-18 03:31:24 +00:00

bump squid to 5.9

This commit is contained in:
Dmitry Belyaev 2023-05-02 10:09:32 +03:00 committed by Dmitry Belyaev
parent d91a5600a9
commit 494e411d43

View File

@ -1,6 +1,6 @@
FROM alpine:3.17.3 as build
ARG SQUID_VER=5.8
ARG SQUID_VER=5.9
RUN set -x && \
apk add --no-cache \