Skip to content

Commit

Permalink
build: bump nodejs to 22.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Nov 8, 2024
1 parent c627ae2 commit 703e3b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.17.0
22.11.0
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 20.17.0
nodejs 22.11.0
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17.0-slim
FROM node:22.11.0-slim

RUN apt-get update && apt-get install -y python3 build-essential

Expand Down

0 comments on commit 703e3b3

Please sign in to comment.