diff --git a/Dockerfile b/Dockerfile index 8d9250e..afe4f06 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.1 as build +FROM alpine:3.20.0 as build ARG SQUID_VER=6.9 @@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \ # --- --- --- --- --- --- --- --- --- -FROM alpine:3.19.1 +FROM alpine:3.20.0 ENV SQUID_CONFIG_FILE /etc/squid/squid.conf ENV TZ Europe/Moscow