Skip to content

Commit

Permalink
chore: Update node version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
timvahlbrock committed Jan 30, 2025
1 parent 02a4f79 commit f6add1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.18.2-alpine
FROM node:22.13.1-alpine

# Setting node environment to not show experimental warnings
ENV NODE_NO_WARNINGS=1
Expand Down

0 comments on commit f6add1e

Please sign in to comment.