File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM alpine:3.17.3 as build
1+ FROM alpine:3.18.0 as build
22
33ARG SQUID_VER=6.0.2
44
@@ -58,7 +58,7 @@ RUN set -x && \
5858 --disable-arch-native \
5959 --enable-removal-policies="lru,heap" \
6060 --enable-auth-digest \
61- --enable-auth-basic="getpwnam,NCSA,DB" \
61+ --enable-auth-basic="getpwnam,NCSA,DB,RADIUS " \
6262 --enable-basic-auth-helpers="DB" \
6363 --enable-epoll \
6464 --enable-external-acl-helpers="file_userip,unix_group,wbinfo_group" \
@@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
106106
107107# --- --- --- --- --- --- --- --- ---
108108
109- FROM alpine:3.17.3
109+ FROM alpine:3.18.0
110110
111111ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
112112ENV TZ Europe/Moscow
You can’t perform that action at this time.
0 commit comments