update curl and apk-tools to address security issues
This commit is contained in:
parent
e29ca7690a
commit
2e26095dbf
@ -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/* \
|
||||
|
Loading…
Reference in New Issue
Block a user