We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32760a commit b61f6daCopy full SHA for b61f6da
ci_build.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
set -o nounset # Treat unset variables as an error
3
4
-NGINX_VERSION=1.21.2
+NGINX_VERSION=1.23.0
5
NGINX_URI="http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"
6
7
0 commit comments