Skip to content

Commit

Permalink
chore(): update node version on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshyx committed Nov 19, 2021
1 parent dbb91e7 commit 9f3ba6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.16.1-alpine3.13
FROM node:lts-alpine3.13

ENV PORT "$PORT"
ENV NODE_ENV "production"
Expand Down

0 comments on commit 9f3ba6a

Please sign in to comment.