Skip to content

Commit

Permalink
Merge pull request #384 from reactioncommerce/akarshit-fix-node-versi…
Browse files Browse the repository at this point in the history
…on-prod

fix: use 14 for node image version
  • Loading branch information
MohanNarayana authored Aug 5, 2021
2 parents e020c58 + ecc51fa commit 851fc4e
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 @@ -25,7 +25,7 @@ RUN printf "\\n[-] Building Meteor application...\\n" \
##############################################################################
# final build stage - create the final production image
##############################################################################
FROM node:12.20.1-slim
FROM node:14-slim

LABEL maintainer="Reaction Commerce <[email protected]>"

Expand Down

0 comments on commit 851fc4e

Please sign in to comment.