mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-08-13 14:17:29 +00:00
Compare commits
2 Commits
05d3fc71a7
...
v6.0.2
Author | SHA1 | Date | |
---|---|---|---|
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.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