Skip to content

Commit 017d0d8

Browse files
committed
Update Node.js to v14.18
1 parent e1743bc commit 017d0d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.15-alpine as build
1+
FROM node:14.18-alpine as build
22

33
WORKDIR /app
44

@@ -12,7 +12,7 @@ COPY . .
1212
RUN yarn run build
1313
RUN yarn run test
1414

15-
FROM node:14.15-alpine
15+
FROM node:14.18-alpine
1616

1717
WORKDIR /app
1818

0 commit comments

Comments
 (0)