From 2e26095dbf0c680e0cfb458306b0a1c3e3625a67 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 27 Jul 2021 23:18:17 -0600 Subject: [PATCH] update curl and apk-tools to address security issues --- build/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Dockerfile b/build/Dockerfile index 2d4f327..affd98d 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -25,6 +25,7 @@ RUN addgroup --gid ${GID} www-docker \ RUN apk --update --no-cache add \ libcap \ openssl \ + && apk --update --no-cache upgrade \ && setcap 'cap_net_bind_service=+ep' /usr/sbin/nginx \ && cd /usr/share/nginx \ && rm -rf html/* \