StorminStanley / st2box

3 stars 3 forks source link

Pin nginx to 1.11 #8

Closed LindsayHill closed 7 years ago

LindsayHill commented 7 years ago

nginx containers started changing to not install the ca-certificates package, which in turn means openssl is not available. We use that to generate ST2 self-signed certificates for testing.

This change pins the nginx container version.

Addresses https://github.com/StackStorm/st2box/issues/7