We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1695bb7 + ca0e8d1 commit 919e5b5Copy full SHA for 919e5b5
.deploy/webapp/Dockerfile
@@ -17,7 +17,7 @@ ENV NODE_ENV production
17
RUN $(npm bin)/ng build webapp -c=production
18
19
######################################################################
20
-FROM nginxinc/nginx-unprivileged:1.21.0-alpine
+FROM nginxinc/nginx-unprivileged:1.21.4-alpine
21
22
## Remove default nginx website
23
USER root
.deploy/webapp/helm/anginx/values.yaml
@@ -5,7 +5,7 @@
5
## Image
6
image:
7
repository: nginxinc/nginx-unprivileged
8
- tag: 1.21.0
+ tag: 1.21.4
9
pullPolicy: IfNotPresent
10
11
nameOverride: ''
0 commit comments