Skip to content

Commit

Permalink
fix(deps): update nginxinc/nginx-unprivileged docker tag to v1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 26, 2020
1 parent e0102b6 commit cf402a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.19.2-alpine
FROM nginxinc/nginx-unprivileged:1.19.3-alpine
######################################################################
## Remove default nginx website
USER root
Expand Down
2 changes: 1 addition & 1 deletion .deploy/webapp/helm/anginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Image
image:
repository: nginxinc/nginx-unprivileged
tag: 1.19.2
tag: 1.19.3
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit cf402a7

Please sign in to comment.