Skip to content

Commit

Permalink
fix: Point to the right URL showing the nginx deb packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuxdude committed May 9, 2024
1 parent 559beb6 commit 17f2061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build-args.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ repo_dir="$(realpath "${script_parent_dir:?}/..")"
ARGS_FILE="${repo_dir:?}/config/ARGS"

NGINX_REPO="https://nginx.org/packages/debian/"
NGINX_VERSION="1.24.0-1"
NGINX_VERSION="1.26.0-1"
NGINX_DEBIAN_RELEASE="bookworm"
NGINX_MODULES=""
GPG_KEY_PATH="/usr/share/keyrings/nginx-archive-keyring.gpg"
# Candidate modules are listed below:
# NGINX_MODULES="xslt geoip image-filter perl"
# There is also njs which uses a slightly different version format than the rest.
# The list can be seen here: https://nginx.org/packages/mainline/debian/pool/nginx/n/
# The list can be seen here: https://nginx.org/packages/debian/pool/nginx/n/nginx/

nginx_src_repo() {
echo -n "deb-src [signed-by=${GPG_KEY_PATH:?}] ${NGINX_REPO:?} ${NGINX_DEBIAN_RELEASE:?} nginx"
Expand Down

0 comments on commit 17f2061

Please sign in to comment.