Skip to content

Commit 781014e

Browse files
chore: Updating nginx from 1.24.0 to 1.28.2
1 parent 7ea3173 commit 781014e

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ include:
99

1010
variables:
1111
ECR_REGISTRY: $AWS_ACCOUNT_ID.dkr.ecr.$AWS_REGION.amazonaws.com
12+
SECURE_ANALYZERS_PREFIX: "$ECR_REGISTRY/gitlab/security-products"
13+
14+
default:
15+
tags:
16+
- test-pool
1217

1318
secret_detection:
1419
allow_failure: false

passenger/attributes/daemon.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cache_dir = node.fetch(:identity_shared_attributes).fetch(:cache_dir)
22

33
# Use stable (even-numbered) version of NGINX
4-
default[:passenger][:production][:nginx][:version] = '1.24.0'
4+
default[:passenger][:production][:nginx][:version] = '1.28.2'
55
default[:passenger][:production][:headers_more][:version] = '0.37'
66

77
default[:passenger][:production][:path] = '/opt/nginx'

0 commit comments

Comments
 (0)