1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-09-19 15:19:11 +00:00

2 Commits

Author SHA1 Message Date
09aba63183 push v6 images 2023-05-02 17:11:44 +03:00
358cbfef87 bump squid to 6.0.2 2023-05-02 15:53:55 +03:00
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ on:
# Publish `master` as Docker `latest` image. # Publish `master` as Docker `latest` image.
branches: branches:
- master - master
- v6
# 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.17.3 as build FROM alpine:3.17.3 as build
ARG SQUID_VER=5.9 ARG SQUID_VER=6.0.2
RUN set -x && \ RUN set -x && \
apk add --no-cache \ apk add --no-cache \