Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
chore: update Meteor image version and production Node version
Browse files Browse the repository at this point in the history
Signed-off-by: Loan Laux <[email protected]>
  • Loading branch information
loan-laux committed Feb 16, 2021
1 parent 1c5725a commit dff9a2d
Show file tree
Hide file tree
Showing 2 changed files with 5,949 additions and 87 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM reactioncommerce/meteor:1.10.2-v1 as builder
FROM reactioncommerce/meteor:2.0.0-v1 as builder

ENV APP_SOURCE_DIR /usr/local/src/appsrc
ENV APP_BUNDLE_DIR /usr/local/src/build
Expand All @@ -24,7 +24,7 @@ RUN printf "\\n[-] Building Meteor application...\\n" \
##############################################################################
# final build stage - create the final production image
##############################################################################
FROM node:12.16.1-slim
FROM node:12.20.1-slim

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

Expand Down
Loading

0 comments on commit dff9a2d

Please sign in to comment.