Open wildhart opened 4 days ago
A new deployment with mup latest (v1.5.11) uses docker image zodern/nginx-proxy:v1.1.0 which contains nginx 1.21.6.
zodern/nginx-proxy:v1.1.0
After some vulnerability testing, I get this report:
Would it be possible to update nginx to >= 1.22.1
Looks like it would have to use nginx-proxy:1.02 which would give nginx:1.23.2
nginx:1.23.2
It would be useful if we could specify a custom nginx docker image in the mup.js file somewhere - could that be possible?
mup.js
Apologies, this is probably a dupe of #1348 and #1228, but I just wanted to higlight that the current verison inludes vulnerabilities...
A new deployment with mup latest (v1.5.11) uses docker image
zodern/nginx-proxy:v1.1.0
which contains nginx 1.21.6.After some vulnerability testing, I get this report:
Would it be possible to update nginx to >= 1.22.1
Looks like it would have to use nginx-proxy:1.02 which would give
nginx:1.23.2
It would be useful if we could specify a custom nginx docker image in the
mup.js
file somewhere - could that be possible?