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

Commit

Permalink
Update node Docker tag to v14.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 15, 2021
1 parent 7df5f1a commit 03fea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN npm run build


# Second Stage : Setup command to run your app using lightweight node image
FROM node:14.2.0-alpine
FROM node:14.17.0-alpine
ENV DATABASE_HOSTNAME=postgres
ENV DATABASE_PORT=5432
ENV DATABASE_USERNAME=postgres
Expand Down

0 comments on commit 03fea03

Please sign in to comment.