mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-07-28 23:13:29 +00:00
Compare commits
4 Commits
0f8b8450c4
...
v6.0.3
Author | SHA1 | Date | |
---|---|---|---|
2fe85c38de
|
|||
17fb8d59a2
|
|||
09aba63183
|
|||
358cbfef87
|
3
.github/workflows/dockerimage.yml
vendored
3
.github/workflows/dockerimage.yml
vendored
@@ -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 \
|
||||
|
Reference in New Issue
Block a user