Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit 5ff9ed4

Browse files
committed
Update node Docker tag to v14.16
1 parent e1743bc commit 5ff9ed4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:14.15-alpine as build
1+
FROM node:14.16-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.16-alpine
1616

1717
WORKDIR /app
1818

0 commit comments

Comments
 (0)