update nodejs

This commit is contained in:
2024-07-18 12:20:31 +02:00
parent bbad1064ac
commit 9c824e66ab
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
nodejs 20.4.0
nodejs 20.15.1
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:21.4-bookworm as builder
FROM node:20.15.1-bookworm as builder
WORKDIR "/src"