fix(container): update image nginxinc/nginx-unprivileged to v1.27.3 (#535)
This commit is contained in:
commit
a7cc010c0c
|
@ -106,7 +106,7 @@ spec:
|
|||
nginx:
|
||||
image:
|
||||
repository: nginxinc/nginx-unprivileged
|
||||
tag: 1.27.2-alpine
|
||||
tag: 1.27.3-alpine
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities: { drop: ["ALL"] }
|
||||
|
|
|
@ -23,7 +23,7 @@ spec:
|
|||
main:
|
||||
image:
|
||||
repository: nginxinc/nginx-unprivileged
|
||||
tag: 1.27.2-alpine
|
||||
tag: 1.27.3-alpine
|
||||
|
||||
service:
|
||||
app:
|
||||
|
|
Loading…
Reference in New Issue