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

Commit f589107

Browse files
committed
Update node Docker tag to v14.3.0
1 parent 7df5f1a commit f589107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN npm run build
88

99

1010
# Second Stage : Setup command to run your app using lightweight node image
11-
FROM node:14.2.0-alpine
11+
FROM node:14.3.0-alpine
1212
ENV DATABASE_HOSTNAME=postgres
1313
ENV DATABASE_PORT=5432
1414
ENV DATABASE_USERNAME=postgres

0 commit comments

Comments
 (0)