1
0
mirror of https://github.com/b4tman/docker-squid.git synced 2026-06-10 13:16:14 +03:00

Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot] 9c7cd164d8 Bump actions/cache from 5.0.3 to 5.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5.0.3...v5.0.4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: 5.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-02 12:43:57 +03:00
b4tman 8a78e188ec bump squid to 7.5 2026-03-16 16:59:26 +03:00
Dmitry Belyaev d365d6da53 chore: add dalink sponsor link first [skip ci] 2026-03-13 12:43:29 +03:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
custom: ['https://boosty.to/0xffff']
custom: ['https://dalink.to/b4tman1', 'https://boosty.to/0xffff']
+2 -2
View File
@@ -39,7 +39,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Cache Docker layers
uses: actions/cache@v5.0.3
uses: actions/cache@v5.0.4
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@v5.0.3
uses: actions/cache@v5.0.4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
+1 -1
View File
@@ -1,6 +1,6 @@
FROM alpine:3.23.3 AS build
ARG SQUID_VER=7.4
ARG SQUID_VER=7.5
RUN set -x && \
apk add --no-cache \