From 365509ac6f3981319a5f5b8fa31c60eaeaae292b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 02:09:39 +0000 Subject: [PATCH] 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] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7bd998d..83719d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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