Skip to content

Commit

Permalink
chore: use hardened nginx image
Browse files Browse the repository at this point in the history
  • Loading branch information
drewbo committed May 16, 2024
1 parent 4185caa commit 78e18c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions ci/pipeline-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
passed: [set-pipeline]
trigger: true
- get: nginx
params: { save: true }
- get: node
- get: cf-image
- in_parallel:
Expand Down Expand Up @@ -124,10 +123,13 @@ resources:
location: America/New_York

- name: nginx
type: docker-image
type: registry-image
source:
repository: nginx
tag: 1
aws_access_key_id: ((ecr-aws-key))
aws_secret_access_key: ((ecr-aws-secret))
repository: pages-nginx-v1
aws_region: us-gov-west-1
tag: latest

- name: slack
type: slack-notification
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:
depends_on:
- mock-dedicated
app:
image: node:18
image: node:20
volumes:
- .:/app
working_dir: /app
Expand Down

0 comments on commit 78e18c0

Please sign in to comment.