Skip to content

Commit

Permalink
use node LTS and update nextjs (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkas authored Jul 31, 2024
1 parent a0a4ac6 commit bd819d7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/base-docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions apps/base-docs/tutorials/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion apps/bridge/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/web/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit bd819d7

Please sign in to comment.