Skip to content

Commit 2906edf

Browse files
chore(dapp): upgrade to node 20
1 parent 84f26de commit 2906edf

File tree

4 files changed

+6858
-3665
lines changed

4 files changed

+6858
-3665
lines changed

dapp/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14
1+
20

dapp/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM node:14-alpine3.11
1+
FROM node:20-alpine3.22
22
WORKDIR /app
33
COPY package*.json ./
44
RUN npm ci --production
55
COPY ./src .
6-
ENTRYPOINT [ "node", "/app/app.js"]
6+
ENTRYPOINT [ "node", "/app/app.js"]

0 commit comments

Comments
 (0)