mirror of
https://github.com/b4tman/docker-squid.git
synced 2024-11-22 11:16:55 +00:00
Bump alpine from 3.15.0 to 3.15.3
Bumps alpine from 3.15.0 to 3.15.3. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
2f0d4d2f76
commit
ae6037f2d7
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.15.0 as build
|
||||
FROM alpine:3.15.3 as build
|
||||
|
||||
ENV SQUID_VER 5.4
|
||||
|
||||
@ -106,7 +106,7 @@ RUN set -x && \
|
||||
RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf
|
||||
RUN echo 'include /etc/squid/conf.d.tail/*.conf' >> /etc/squid/squid.conf
|
||||
|
||||
FROM alpine:3.15.0
|
||||
FROM alpine:3.15.3
|
||||
|
||||
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
|
||||
ENV TZ Europe/Moscow
|
||||
|
Loading…
Reference in New Issue
Block a user