Skip to content

Commit 5554d16

Browse files
dependabot[bot]b4tman
authored andcommitted
Bump alpine from 3.22.1 to 3.22.2
Bumps alpine from 3.22.1 to 3.22.2. --- updated-dependencies: - dependency-name: alpine dependency-version: 3.22.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ca2b89 commit 5554d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.22.1 as build
1+
FROM alpine:3.22.2 as build
22

33
ARG SQUID_VER=6.13
44

@@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
106106

107107
# --- --- --- --- --- --- --- --- ---
108108

109-
FROM alpine:3.22.1
109+
FROM alpine:3.22.2
110110

111111
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
112112
ENV TZ Europe/Moscow

0 commit comments

Comments
 (0)