Skip to content

Commit 42a0022

Browse files
committed
chore(deps): update node.js to v18
1 parent a5ba3a2 commit 42a0022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM node:10 AS builder
1+
FROM node:18 AS builder
22
WORKDIR /app
33
COPY . .
44
RUN npm ci --unsafe-perm
55
RUN npm run compile
66

7-
FROM node:10 AS main
7+
FROM node:18 AS main
88

99
ENV TARGET ""
1010
ENV FILE ""

0 commit comments

Comments
 (0)