File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
1717deployments :
1818 mobile-apps-rendering-cfn :
Original file line number Diff line number Diff line change 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
55WORKDIR /opt/app/dotcom-rendering/dotcom-rendering
66
Original file line number Diff line number Diff 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
1515deployments :
1616 frontend-static :
You can’t perform that action at this time.
0 commit comments