Skip to content

Commit 1b94f75

Browse files
chore(deps): update node.js to v20.19.1
1 parent eddce54 commit 1b94f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.15.0 as bundle-builder
1+
FROM node:20.19.1 as bundle-builder
22
COPY public /public
33
WORKDIR /public
44
RUN npm ci && npm run bundle

0 commit comments

Comments
 (0)