Skip to content

Commit c0d60f3

Browse files
committed
fix: update node to v16 in docker image
1 parent e925eeb commit c0d60f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM node:12-alpine
1+
FROM node:16-alpine
22
EXPOSE 8001
33

44
WORKDIR /home/node/app
55

6-
RUN npm -g install npm@7
6+
RUN npm -g install npm@8
77

88
ADD package.json .
99
ADD package-lock.json .

0 commit comments

Comments
 (0)