Skip to content

Commit

Permalink
fix: bump nginx version in tests to 1.26.0
Browse files Browse the repository at this point in the history
Signed-off-by: David van der Spek <david.vanderspek@flyrlabs.com>
  • Loading branch information
davidspek committed Nov 26, 2024
1 parent c312048 commit 7de40f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: myapp
image: nginxinc/nginx-unprivileged:1.25.3
image: nginxinc/nginx-unprivileged:1.26.0
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
fsGroup: 3000
containers:
- name: myapp
image: nginxinc/nginx-unprivileged:1.25.3
image: nginxinc/nginx-unprivileged:1.26.0
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
fsGroup: 3000
containers:
- name: myapp
image: nginxinc/nginx-unprivileged:1.25.3
image: nginxinc/nginx-unprivileged:1.26.0
imagePullPolicy: Always
securityContext:
runAsUser: 1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
fsGroup: 3000
containers:
- name: myapp
image: nginxinc/nginx-unprivileged:1.25.3
image: nginxinc/nginx-unprivileged:1.26.0
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 7de40f5

Please sign in to comment.