Skip to content

Commit

Permalink
fix(deps): update nginxinc/nginx-unprivileged docker tag to v1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 5, 2019
1 parent bd45074 commit ab7e050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .deploy/webapp/Dockerfile
Expand Up @@ -17,7 +17,7 @@ ENV NODE_ENV production
RUN $(npm bin)/ng build webapp -c=production

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

0 comments on commit ab7e050

Please sign in to comment.