1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-25 09:39:09 +00:00

Bump alpine from 3.21.3 to 3.22.0

Bumps alpine from 3.21.3 to 3.22.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-02 14:14:35 +00:00
committed by Dmitry Belyaev
parent 8723ca0ca8
commit bc1e2c287d

View File

@@ -1,4 +1,4 @@
FROM alpine:3.21.3 as build FROM alpine:3.22.0 as build
ARG SQUID_VER=6.13 ARG SQUID_VER=6.13
@@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
# --- --- --- --- --- --- --- --- --- # --- --- --- --- --- --- --- --- ---
FROM alpine:3.21.3 FROM alpine:3.22.0
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow ENV TZ Europe/Moscow