Skip to content
Snippets Groups Projects
Commit fd0f7f9c authored by lcappelli's avatar lcappelli
Browse files

Update the ngx version in assets scripts

parent 3dc3d10b
No related branches found
No related tags found
1 merge request!24Resolve "Update nginx version to 1.24.0"
......@@ -7,7 +7,7 @@ downloadNginx() {
# check if a version of nginx is specified
if [ -z ${ngxVersion} ]; then
ngxVersion=1.22.1
ngxVersion=1.24.0
fi
echo "nginx version required: ${ngxVersion}";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment