Skip to content

Commit

Permalink
fix: use 14 for node image version
Browse files Browse the repository at this point in the history
Signed-off-by: Akarshit Wal <akarshitwal@gmail.com>
  • Loading branch information
Akarshit committed Aug 5, 2021
1 parent e020c58 commit ecc51fa
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 <engineering@reactioncommerce.com>"

Expand Down

0 comments on commit ecc51fa

Please sign in to comment.