1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2026-05-14 08:16:13 +03:00

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-01 02:09:39 +00: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