From 8669f6e1d517e41a80b208e0371651a956b5993e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 02:16:10 +0000 Subject: [PATCH] Bump alpine from 3.20.1 to 3.20.2 Bumps alpine from 3.20.1 to 3.20.2. --- updated-dependencies: - dependency-name: alpine 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 4cbcbf9..2dd2e47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 as build +FROM alpine:3.20.2 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.1 +FROM alpine:3.20.2 ENV SQUID_CONFIG_FILE /etc/squid/squid.conf ENV TZ Europe/Moscow