1 Commits

Author SHA1 Message Date
asif 2e26095dbf update curl and apk-tools to address security issues 2021-07-27 23:18:17 -06:00
+1
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/* \