1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-11-06 12:08:27 +00:00

2 Commits

Author SHA1 Message Date
9aec6fae6a bump squid to 6.10 2024-06-19 12:30:56 +03:00
dependabot[bot]
75b290de69 Bump alpine from 3.19.1 to 3.20.0
Bumps alpine from 3.19.1 to 3.20.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-01 12:39:40 +03:00

@@ -1,6 +1,6 @@
FROM alpine:3.19.1 as build
FROM alpine:3.20.0 as build
ARG SQUID_VER=6.9
ARG SQUID_VER=6.10
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.19.1
FROM alpine:3.20.0
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow