1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2025-07-28 23:13:29 +00:00

4 Commits

Author SHA1 Message Date
2fe85c38de bump squid to 6.0.3 2023-06-13 14:12:11 +03:00
17fb8d59a2 Merge branch 'master' into v6 2023-06-13 14:10:38 +03:00
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
.github/workflows
Dockerfile

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

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