mirror of
https://github.com/b4tman/docker-squid.git
synced 2026-08-25 16:53:04 +03:00
Compare commits
5 Commits
4bd4e1b780
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 7901f03cc1 | |||
| 0aa934559f | |||
| 90fff72a47 | |||
| 7507dc1bd5 | |||
| 9953814fdd |
@@ -39,7 +39,7 @@ jobs:
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v5.0.5
|
||||
uses: actions/cache@v6.1.0
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
@@ -153,7 +153,7 @@ jobs:
|
||||
uses: docker/setup-buildx-action@v4
|
||||
|
||||
- name: Cache Docker layers
|
||||
uses: actions/cache@v5.0.5
|
||||
uses: actions/cache@v6.1.0
|
||||
with:
|
||||
path: /tmp/.buildx-cache
|
||||
key: ${{ runner.os }}-buildx-${{ github.sha }}
|
||||
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
pull-requests: write
|
||||
|
||||
steps:
|
||||
- uses: actions/stale@v10
|
||||
- uses: actions/stale@v11
|
||||
with:
|
||||
days-before-stale: 182
|
||||
days-before-close: 7
|
||||
|
||||
+3
-3
@@ -1,6 +1,6 @@
|
||||
FROM alpine:3.23.4 AS build
|
||||
FROM alpine:3.24.1 AS build
|
||||
|
||||
ARG SQUID_VER=7.6
|
||||
ARG SQUID_VER=7.7
|
||||
|
||||
RUN set -x && \
|
||||
apk add --no-cache \
|
||||
@@ -103,7 +103,7 @@ RUN sed -i '1s;^;include /etc/squid/conf.d/*.conf\n;' /etc/squid/squid.conf && \
|
||||
|
||||
# --- --- --- --- --- --- --- --- ---
|
||||
|
||||
FROM alpine:3.23.4
|
||||
FROM alpine:3.24.1
|
||||
|
||||
ENV SQUID_CONFIG_FILE=/etc/squid/squid.conf
|
||||
ENV TZ=Europe/Moscow
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
|
||||
|
||||

|
||||
|
||||
# docker-squid
|
||||
@@ -25,7 +27,7 @@ or use [docker-compose](https://docs.docker.com/compose/):
|
||||
|
||||
```bash
|
||||
wget https://raw.githubusercontent.com/b4tman/docker-squid/master/docker-compose.yml
|
||||
docker-compose up
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
# Configuration
|
||||
|
||||
Reference in New Issue
Block a user