Bump alpine from 3.23.3 to 3.23.4

Bumps alpine from 3.23.3 to 3.23.4.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-02 17:43:25 +03:00
committed by Dmitry Belyaev
parent 66bb07f90f
commit 365509ac6f
+2 -2
View File
@@ -1,4 +1,4 @@
FROM alpine:3.23.3 AS build
FROM alpine:3.23.4 AS build
ARG SQUID_VER=7.5
@@ -103,7 +103,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
# --- --- --- --- --- --- --- --- ---
FROM alpine:3.23.3
FROM alpine:3.23.4
ENV SQUID_CONFIG_FILE=/etc/squid/squid.conf
ENV TZ=Europe/Moscow