Skip to content

Commit

Permalink
Merge pull request #10 from soerenschneider/renovate/nginx-1.x
Browse files Browse the repository at this point in the history
Update nginx Docker tag to v1.27.1
  • Loading branch information
soerenschneider authored Sep 14, 2024
2 parents 32294ca + 84b8f30 commit 4c217fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
type: RuntimeDefault
containers:
- name: nginx
image: nginx:1.27.0-alpine
image: nginx:1.27.1-alpine
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
type: RuntimeDefault
containers:
- name: nginx
image: nginx:1.27.0-alpine
image: nginx:1.27.1-alpine
securityContext:
readOnlyRootFilesystem: true
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion apps/nextcloud/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
- "ALL"
containers:
- name: "nginx"
image: "nginx:1.27.0-alpine"
image: "nginx:1.27.1-alpine"
ports:
- containerPort: 8080
name: "nginx"
Expand Down

0 comments on commit 4c217fb

Please sign in to comment.