We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1c7ce commit d7a3691Copy full SHA for d7a3691
scripts.sh
@@ -9,7 +9,7 @@ export ORG_NAME=${ORG_NAME:-teslagov}
9
export IMAGE_NAME=${IMAGE_NAME:-jwt-nginx}
10
export FULL_IMAGE_NAME=${ORG_NAME}/${IMAGE_NAME}
11
export CONTAINER_NAME_PREFIX=${CONTAINER_NAME_PREFIX:-jwt-nginx-test}
12
-export NGINX_VERSION=${NGINX_VERSION:-1.22.0}
+export NGINX_VERSION=${NGINX_VERSION:-1.24.0}
13
14
all() {
15
build_module
0 commit comments