mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-09-19 07:09:13 +00:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
2fe85c38de
|
|||
17fb8d59a2
|
|||
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.
|
# 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:
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
FROM alpine:3.18.0 as build
|
FROM alpine:3.18.0 as build
|
||||||
|
|
||||||
ARG SQUID_VER=5.9
|
ARG SQUID_VER=6.0.3
|
||||||
|
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
|
Reference in New Issue
Block a user