Skip to content

Commit

Permalink
fix for CVE-2023-5363
Browse files Browse the repository at this point in the history
  • Loading branch information
popenc committed Nov 14, 2023
1 parent 3d91618 commit 728391c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ARG config=nginx.conf

# ENV APP_USER=www-data

# RUN apk update && \
# apk upgrade
RUN apk update && \
apk upgrade

RUN rm -rf /usr/share/nginx/html/* && \
rm /etc/nginx/conf.d/default.conf
Expand Down

0 comments on commit 728391c

Please sign in to comment.