Skip to content

Commit e92e62b

Browse files
committed
update node to 20.15.0
1 parent 49525a2 commit e92e62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:18.18.1 as build-deps
1+
FROM node:20.15.0 as build-deps
22
WORKDIR /app
33
COPY package.json package-lock.json ./
44
RUN npm install

0 commit comments

Comments
 (0)