Skip to content

Commit 919e5b5

Browse files
authored
Merge pull request #891 from xmlking/renovate/nginxinc-nginx-unprivileged-1.x
chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.21.4
2 parents 1695bb7 + ca0e8d1 commit 919e5b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.deploy/webapp/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ENV NODE_ENV production
1717
RUN $(npm bin)/ng build webapp -c=production
1818

1919
######################################################################
20-
FROM nginxinc/nginx-unprivileged:1.21.0-alpine
20+
FROM nginxinc/nginx-unprivileged:1.21.4-alpine
2121
######################################################################
2222
## Remove default nginx website
2323
USER root

.deploy/webapp/helm/anginx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Image
66
image:
77
repository: nginxinc/nginx-unprivileged
8-
tag: 1.21.0
8+
tag: 1.21.4
99
pullPolicy: IfNotPresent
1010

1111
nameOverride: ''

0 commit comments

Comments
 (0)