Skip to content

Commit 4f1a1a0

Browse files
Update node ami and containerfile
1 parent 0ad8609 commit 4f1a1a0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps-rendering/riff-raff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ templates:
1212
amiEncrypted: true
1313
amiTags:
1414
# Keep the Node version in sync with `.nvmrc`
15-
Recipe: apps-rendering-ARM-jammy-node-20.15.1
15+
Recipe: apps-rendering-ARM-jammy-node-22.14.0
1616
AmigoStage: PROD
1717
deployments:
1818
mobile-apps-rendering-cfn:

dotcom-rendering/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This container is used in our CICD pipelines for running E2E and regression tests.
22
# Keep the Node version in sync with `.nvmrc`
3-
FROM node:20.15.1-alpine
3+
FROM node:22.14.0-alpine
44

55
WORKDIR /opt/app/dotcom-rendering/dotcom-rendering
66

dotcom-rendering/scripts/deploy/riff-raff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ templates:
1010
amiEncrypted: true
1111
amiTags:
1212
# Keep the Node version in sync with `.nvmrc`
13-
Recipe: dotcom-rendering-ARM-jammy-node-20.15.1
13+
Recipe: dotcom-rendering-ARM-jammy-node-22.14.0
1414
AmigoStage: PROD
1515
deployments:
1616
frontend-static:

0 commit comments

Comments
 (0)