Skip to content

Commit

Permalink
fix(deps): update nginxinc/nginx-unprivileged docker tag to v1.17.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 9, 2020
1 parent 9187519 commit ee312a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy/webapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV NODE_ENV production
RUN $(npm bin)/ng build webapp -c=production

######################################################################
FROM nginxinc/nginx-unprivileged:1.17.8-alpine
FROM nginxinc/nginx-unprivileged:1.17.9-alpine
######################################################################
## Remove default nginx website
USER root
Expand Down

0 comments on commit ee312a0

Please sign in to comment.