diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ca6e804..e95bd16 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -3,7 +3,7 @@ _shared_step: &shared_step - tools/ci/setup.sh plugins: - file:///buildkite/plugins/docker: &docker_plugin - image: 652969937640.dkr.ecr.us-east-1.amazonaws.com/containers/node:v16 + image: 652969937640.dkr.ecr.us-east-1.amazonaws.com/containers/node:current always-pull: true propagate-environment: true propagate-uid-gid: true diff --git a/apps/base-docs/Dockerfile b/apps/base-docs/Dockerfile index 564e8b6..dca4d2c 100644 --- a/apps/base-docs/Dockerfile +++ b/apps/base-docs/Dockerfile @@ -1,4 +1,4 @@ -FROM 652969937640.dkr.ecr.us-east-1.amazonaws.com/containers/node:v16 +FROM 652969937640.dkr.ecr.us-east-1.amazonaws.com/containers/node:current RUN apt-get update && apt-get install -y zip diff --git a/apps/base-docs/tutorials/data.json b/apps/base-docs/tutorials/data.json index 12b8e9b..23cf640 100644 --- a/apps/base-docs/tutorials/data.json +++ b/apps/base-docs/tutorials/data.json @@ -725,9 +725,9 @@ "difficulty": "easy", "hide_table_of_contents": false, "displayed_sidebar": null, - "last_updated": "Jul 24, 2024", + "last_updated": "Jul 31, 2024", "duration": "26 min read", - "checksum": "d5ccb9ed0dc9b066d63d7b5e769193d60791262ece777ff0d0992ec5082f9ac9" + "checksum": "15e1fe93f8c085d0ea8a0e90e63054d978f65117af37640fbffbf5d1c79f392e" }, "3_farcaster-frames-deploy-to-vercel": { "title": "Farcaster Frames: Deploying to Vercel", diff --git a/apps/bridge/Dockerfile b/apps/bridge/Dockerfile index 1746b3b..b190645 100644 --- a/apps/bridge/Dockerfile +++ b/apps/bridge/Dockerfile @@ -1,4 +1,4 @@ -FROM 652969937640.dkr.ecr.us-east-1.amazonaws.com/containers/node:v16 +FROM 652969937640.dkr.ecr.us-east-1.amazonaws.com/containers/node:current RUN apt-get update && apt-get install -y zip diff --git a/apps/web/Dockerfile b/apps/web/Dockerfile index 130b57c..2c83902 100644 --- a/apps/web/Dockerfile +++ b/apps/web/Dockerfile @@ -1,4 +1,4 @@ -FROM 652969937640.dkr.ecr.us-east-1.amazonaws.com/containers/node:v16 +FROM 652969937640.dkr.ecr.us-east-1.amazonaws.com/containers/node:current RUN apt-get update && apt-get install -y zip diff --git a/apps/web/package.json b/apps/web/package.json index 76e1809..75d892a 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -33,7 +33,7 @@ "jose": "^5.4.1", "jsonwebtoken": "^9.0.2", "kysely": "^0.27.3", - "next": "^13.5.6", + "next": "^14.2.5", "node-fetch": "^3.3.0", "permissionless": "^0.1.41", "pg": "^8.12.0", diff --git a/yarn.lock b/yarn.lock index f480c11..4ad96c9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -383,7 +383,7 @@ __metadata: jose: ^5.4.1 jsonwebtoken: ^9.0.2 kysely: ^0.27.3 - next: ^13.5.6 + next: ^14.2.5 node-fetch: ^3.3.0 permissionless: ^0.1.41 pg: ^8.12.0 @@ -18500,7 +18500,7 @@ __metadata: languageName: node linkType: hard -"next@npm:*": +"next@npm:*, next@npm:^14.2.5": version: 14.2.5 resolution: "next@npm:14.2.5" dependencies: @@ -18627,7 +18627,7 @@ __metadata: languageName: node linkType: hard -"next@npm:^13.2.0, next@npm:^13.5.6": +"next@npm:^13.2.0": version: 13.5.6 resolution: "next@npm:13.5.6" dependencies: