1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-27 02:29:07 +00:00

2 Commits

Author SHA1 Message Date
dd877b801a bump squid to 6.6 2023-12-07 16:20:31 +03:00
dependabot[bot]
6db980e029 Bump alpine from 3.18.4 to 3.18.5
Bumps alpine from 3.18.4 to 3.18.5.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-01 11:32:38 +03:00

View File

@@ -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