Skip to content

Commit

Permalink
upadte apk 1.21-alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Jul 8, 2021
1 parent 6154cbb commit 794e6d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Expand Up @@ -12,6 +12,10 @@ RUN mkdir -p ./licenses && \

FROM nginxinc/nginx-unprivileged:1.21-alpine

USER root
RUN apk update && apk upgrade
USER 101

ARG PROJECT_NAME

COPY docker/default.conf.template /etc/nginx/templates/
Expand Down

0 comments on commit 794e6d7

Please sign in to comment.