Bump alpine from 3.20.3 to 3.21.0

Bumps alpine from 3.20.3 to 3.21.0.

---
updated-dependencies:
- dependency-name: alpine
  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-01-28 08:41:45 +03:00
committed by Dmitry Belyaev
parent 1e431e392b
commit 39e61037cb
+2 -2
View File
@@ -1,4 +1,4 @@
FROM alpine:3.20.3 as build
FROM alpine:3.21.0 as build
ARG SQUID_VER=6.10
@@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
# --- --- --- --- --- --- --- --- ---
FROM alpine:3.20.3
FROM alpine:3.21.0
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow