Skip to content

Commit 17fb8d5

Browse files
committed
Merge branch 'master' into v6
2 parents 09aba63 + 6b980db commit 17fb8d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.17.3 as build
1+
FROM alpine:3.18.0 as build
22

33
ARG 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

111111
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
112112
ENV TZ Europe/Moscow

0 commit comments

Comments
 (0)