mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-21 18:56:54 +00:00
Bump alpine from 3.18.5 to 3.19.0
Bumps alpine from 3.18.5 to 3.19.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
0e54ff03de
commit
3ceca4d5f2
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.18.5 as build
|
||||
FROM alpine:3.19.0 as build
|
||||
|
||||
ARG SQUID_VER=6.6
|
||||
|
||||
@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
|
||||
|
||||
# --- --- --- --- --- --- --- --- ---
|
||||
|
||||
FROM alpine:3.18.5
|
||||
FROM alpine:3.19.0
|
||||
|
||||
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
|
||||
ENV TZ Europe/Moscow
|
||||
|
Loading…
Reference in New Issue
Block a user