Skip to content

Commit 2cf3edc

Browse files
authored
Merge pull request #338 from bootdotdev/hb_update_node
Update node version
2 parents f00b130 + 53e386e commit 2cf3edc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 node:18-slim
1+
FROM --platform=linux/amd64 node:22-slim
22

33
WORKDIR /usr/src/app
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This repo contains the typescript starter code for the "Notely" application for
44

55
## Local Development
66

7-
Make sure you're on Node version 18+.
7+
Make sure you're on Node version 22+.
88

99
Create a `.env` file in the root of the project with the following contents:
1010

0 commit comments

Comments
 (0)