mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-09-19 15:19:11 +00:00
Compare commits
2 Commits
2a3391c562
...
v6.0.2
Author | SHA1 | Date | |
---|---|---|---|
09aba63183
|
|||
358cbfef87
|
1
.github/workflows/dockerimage.yml
vendored
1
.github/workflows/dockerimage.yml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
# Publish `master` as Docker `latest` image.
|
||||
branches:
|
||||
- master
|
||||
- v6
|
||||
|
||||
# Publish `v1.2.3` tags as releases.
|
||||
tags:
|
||||
|
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.17.3 as build
|
||||
|
||||
ARG SQUID_VER=5.9
|
||||
ARG SQUID_VER=6.0.2
|
||||
|
||||
RUN set -x && \
|
||||
apk add --no-cache \
|
||||
|
Reference in New Issue
Block a user