diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c890050..48c259e 100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Upload uses: actions/upload-artifact@v4 with: - name: v7.${{ env.minor }}.${{ env.patch }} + name: v8.${{ env.minor }}.${{ env.patch }} path: /home/runner/work/_temp/_github_home/nginx.deb - name: Update if: ${{ env.change }} @@ -33,5 +33,5 @@ jobs: with: files: /home/runner/work/_temp/_github_home/nginx.deb body: "SHA256: ${{ env.hash }}" - tag_name: v7.${{ env.minor }}.${{ env.patch }} + tag_name: v8.${{ env.minor }}.${{ env.patch }} generate_release_notes: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a00ff9..51c94de 100755 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,5 +18,5 @@ jobs: - name: Upload uses: actions/upload-artifact@v4 with: - name: v7.${{ env.minor }}.${{ env.patch }} + name: v8.${{ env.minor }}.${{ env.patch }} path: /home/runner/work/_temp/_github_home/nginx.deb diff --git a/Dockerfile b/Dockerfile index f88559b..bb08d89 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM debian:bullseye +FROM debian:bookworm COPY build.sh /build.sh ENTRYPOINT ["bash", "/build.sh"] diff --git a/README.md b/README.md index 2bc7ffa..5115012 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ According to [Debian Wiki](https://wiki.debian.org/DebianReleases), Debian bullseye will reach its end-of-life date in July 2024. Therefore, the project will switch to Debian bookworm as the packaging environment in June 2024. +**Update:** already switched on June 25th. + ## Table of Contents - [Features](#features) @@ -61,11 +63,11 @@ For example, if you want to add `http_scgi_module` back, you need to remove `--h ## Use in another distribution -Fork this repo, enable GitHub Actions, edit `Dockerfile` and `build.sh`, and change `bullseye` to the one you like. Then wait for GitHub Actions to run. After it finishes, you can download from releases. +Fork this repo, enable GitHub Actions, edit `Dockerfile` and `build.sh`, and change `bookworm` to the one you like. Then wait for GitHub Actions to run. After it finishes, you can download from releases. -For example, if you want to use in Debian buster, you need to change `bullseye` to `buster`. +For example, if you want to use in Debian bullseye, you need to change `bookworm` to `bullseye`. -Note: if you are using newer version of Debian (e.g. Debian bookworm or unstable), you can simply use releases from this repo as Debian is backward compatible. +Note: if you are using newer version of Debian (e.g. Debian trixie or unstable), you can still use releases for Debian bookworm as Debian is backward compatible. ## Recommended NGINX config diff --git a/minor b/minor index d00491f..3a2e3f4 100755 --- a/minor +++ b/minor @@ -1 +1 @@ -1 +-1