Skip to content

Commit c4d84f1

Browse files
authored
feat!: Update Node.js version to 22 in Dockerfile (#669)
1 parent ff60a26 commit c4d84f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION=20
1+
ARG NODE_VERSION=22
22
FROM node:${NODE_VERSION}-alpine
33

44
ARG VERSION=latest

0 commit comments

Comments
 (0)