mirror of
https://github.com/b4tman/docker-squid.git
synced 2025-09-20 07:39:09 +00:00
Compare commits
4 Commits
a3b674e1d5
...
v6.10.0
Author | SHA1 | Date | |
---|---|---|---|
9aec6fae6a | |||
|
75b290de69 | ||
8aab792bc1 | |||
|
7ea8a5793f |
4
.github/workflows/dockerimage.yml
vendored
4
.github/workflows/dockerimage.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4.0.1
|
||||
uses: actions/cache@v4.0.2
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v4.0.1
|
||||
uses: actions/cache@v4.0.2
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.19.1 as build
|
||||
FROM alpine:3.20.0 as build
|
||||
|
||||
ARG SQUID_VER=6.8
|
||||
ARG SQUID_VER=6.10
|
||||
|
||||
RUN set -x && \
|
||||
apk add --no-cache \
|
||||
@@ -106,7 +106,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
|
||||
|
||||
# --- --- --- --- --- --- --- --- ---
|
||||
|
||||
FROM alpine:3.19.1
|
||||
FROM alpine:3.20.0
|
||||
|
||||
ENV SQUID_CONFIG_FILE /etc/squid/squid.conf
|
||||
ENV TZ Europe/Moscow
|
||||
|
Reference in New Issue
Block a user