Skip to content

Commit d7a3691

Browse files
update default NGINX_VERSION to 1.24.0 (stable)
1 parent da1c7ce commit d7a3691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export ORG_NAME=${ORG_NAME:-teslagov}
99
export IMAGE_NAME=${IMAGE_NAME:-jwt-nginx}
1010
export FULL_IMAGE_NAME=${ORG_NAME}/${IMAGE_NAME}
1111
export CONTAINER_NAME_PREFIX=${CONTAINER_NAME_PREFIX:-jwt-nginx-test}
12-
export NGINX_VERSION=${NGINX_VERSION:-1.22.0}
12+
export NGINX_VERSION=${NGINX_VERSION:-1.24.0}
1313

1414
all() {
1515
build_module

0 commit comments

Comments
 (0)