Skip to content

Commit

Permalink
fix(deps): update nginxinc/nginx-unprivileged docker tag to v1.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Aug 19, 2020
1 parent d2ea9f9 commit 95cf546
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.1-alpine
FROM nginxinc/nginx-unprivileged:1.19.2-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.1
tag: 1.19.2
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit 95cf546

Please sign in to comment.