Skip to content

Commit b93b816

Browse files
update NGINX versions to build against
1 parent 867562a commit b93b816

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

scripts.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ SSL_IMAGE_MAP[$SSL_VERSION_3_2_1]="bookworm-slim:openssl-${SSL_VERSION_3_2_1}"
2121
# supported NGINX versions -- for binary distribution
2222
NGINX_VERSION_LEGACY_1='1.20.2'
2323
NGINX_VERSION_LEGACY_2='1.22.1'
24-
NGINX_VERSION_STABLE='1.24.0'
25-
NGINX_VERSION_MAINLINE='1.25.4'
26-
NGINX_VERSIONS=(${NGINX_VERSION_LEGACY_1} ${NGINX_VERSION_LEGACY_2} ${NGINX_VERSION_STABLE} ${NGINX_VERSION_MAINLINE})
24+
NGINX_VERSION_LEGACY_3='1.24.0'
25+
NGINX_VERSION_STABLE='1.26.2'
26+
NGINX_VERSION_MAINLINE='1.27.2'
27+
NGINX_VERSIONS=(${NGINX_VERSION_LEGACY_1} ${NGINX_VERSION_LEGACY_2} ${NGINX_VERSION_LEGACY_3} ${NGINX_VERSION_STABLE} ${NGINX_VERSION_MAINLINE})
2728
NGINX_VERSION=${NGINX_VERSION:-${NGINX_VERSION_STABLE}}
2829

2930
IMAGE_NAME=${IMAGE_NAME:-nginx-auth-jwt}

0 commit comments

Comments
 (0)