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

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

View File

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