mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-09-27 02:29:07 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
dd877b801a | |||
|
6db980e029 |
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.18.4 as build
|
||||
FROM alpine:3.18.5 as build
|
||||
|
||||
ARG SQUID_VER=6.5
|
||||
ARG SQUID_VER=6.6
|
||||
|
||||
RUN set -x && \
|
||||
apk add --no-cache \
|
||||
@@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
|
||||
|
||||
# --- --- --- --- --- --- --- --- ---
|
||||
|
||||
FROM alpine:3.18.4
|
||||
FROM alpine:3.18.5
|
||||
|
||||
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
|
||||
ENV TZ Europe/Moscow
|
||||
|
Reference in New Issue
Block a user