From 883a36790a0e976be6340dfe2256bb7eb3f762e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 02:31:49 +0000 Subject: [PATCH] Bump alpine from 3.21.2 to 3.21.3 Bumps alpine from 3.21.2 to 3.21.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bdb3820..5a38692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.2 as build +FROM alpine:3.21.3 as build 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.2 +FROM alpine:3.21.3 ENV SQUID_CONFIG_FILE /etc/squid/squid.conf ENV TZ Europe/Moscow