1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2024-10-22 22:15:05 +00:00

Compare commits

..

No commits in common. "52cf31592573ad682daf56b047d3775b4c8bd170" and "2fe85c38de28c86e46e888bdd24068e4e8c8eddf" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -4,8 +4,8 @@ on:
push:
# Publish `master` as Docker `latest` image.
branches:
- master
- v5
- master
- v6
# Publish `v1.2.3` tags as releases.
tags:

View File

@ -1,6 +1,6 @@
FROM alpine:3.18.2 as build
FROM alpine:3.18.0 as build
ARG SQUID_VER=6.1
ARG SQUID_VER=6.0.3
RUN set -x && \
apk add --no-cache \
@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
# --- --- --- --- --- --- --- --- ---
FROM alpine:3.18.2
FROM alpine:3.18.0
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
ENV TZ Europe/Moscow