Skip to content

Commit

Permalink
Update squid to 6.10
Browse files Browse the repository at this point in the history
Signed-off-by: terashima <[email protected]>
  • Loading branch information
terassyi committed Jul 5, 2024
1 parent 9a37867 commit 8ff37e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ Only the base image and module dependency should be updated.

1. Check the latest **stable** version at http://www.squid-cache.org/Versions/
2. Check release notes if a new version is released.
- e.g., http://www.squid-cache.org/Versions/v6/squid-6.4-RELEASENOTES.html
- e.g., http://www.squid-cache.org/Versions/vX/squid-X.Y-RELEASENOTES.html
3. Update `SQUID_VERSION` in `Dockerfile`.
4. Update image tag in `README.md`.
5. Update `BRANCH` and `TAG` files.
Expand Down
2 changes: 1 addition & 1 deletion squid/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM ghcr.io/cybozu/ubuntu-dev:22.04 as build

ARG SQUID_VERSION=6.9
ARG SQUID_VERSION=6.10

WORKDIR /work
# refer https://salsa.debian.org/squid-team/squid/-/blob/master/debian/rules
Expand Down
2 changes: 1 addition & 1 deletion squid/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.9.0.1
6.10.0.1

0 comments on commit 8ff37e4

Please sign in to comment.