Skip to content

Commit

Permalink
Update Node.js runtime 22.3.0 → 22.5.1 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Aug 6, 2024
1 parent 8ecbabc commit cbff14b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.3.0
22.5.1
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.5

# When updating image version, make sure to update below layer as well
FROM node:22.3.0-alpine3.20 as builder
FROM node:22.5.1-alpine3.20 as builder

# Create app directory
WORKDIR /app
Expand Down Expand Up @@ -43,7 +43,7 @@ COPY . .
RUN yarn build

# When updating image version, make sure to update the above layer as well
FROM node:22.3.0-alpine3.20 as app
FROM node:22.5.1-alpine3.20 as app

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lint:fix": "npm run lint -- --fix"
},
"engines": {
"node": "22.3.0"
"node": "22.5.1"
},
"dependencies": {
"@chainlink/ccip-read-server": "^0.2.1",
Expand Down

0 comments on commit cbff14b

Please sign in to comment.