Use nginx 1.18 for security fixes

This commit is contained in:
Girish Ramakrishnan
2020-06-26 14:52:52 -07:00
parent 33ba22a021
commit a9fb444622
4 changed files with 13 additions and 19 deletions
-6
View File
@@ -106,12 +106,6 @@ if [[ "${initBaseImage}" == "true" ]]; then
exit 1
fi
echo "=> Ensure required apt sources"
if ! add-apt-repository universe &>> "${LOG_FILE}"; then
echo "Could not add required apt sources (for nginx-full). See ${LOG_FILE}"
exit 1
fi
echo "=> Updating apt and installing script dependencies"
if ! apt-get update &>> "${LOG_FILE}"; then
echo "Could not update package repositories. See ${LOG_FILE}"