update curl and apk-tools to address security issues

This commit is contained in:
Asif Bacchus 2021-07-27 23:18:17 -06:00
parent e29ca7690a
commit 2e26095dbf
1 changed files with 1 additions and 0 deletions

View File

@ -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/* \