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. "e7d7016018ecbfb4a394b5b506d42826c12b8202" and "1e0e16e157475562f7436e1ae30f3a8461ecfecd" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
FROM alpine:3.18.2 as build
ARG SQUID_VER=6.1
ARG SQUID_VER=5.9
RUN set -x && \
apk add --no-cache \