1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-11-22 11:16:55 +00:00

Bump alpine from 3.14.2 to 3.15.0

Bumps alpine from 3.14.2 to 3.15.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:
dependabot[bot] 2021-12-01 02:00:25 +00:00 committed by Dmitry Belyaev
parent 79c4b13210
commit f9e3532674

View File

@ -1,4 +1,4 @@
FROM alpine:3.14.2 as build
FROM alpine:3.15.0 as build
ENV SQUID_VER 5.2
@ -105,7 +105,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.14.2
FROM alpine:3.15.0
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow