Skip to content

Commit

Permalink
Merge pull request #4368 from reactioncommerce/feat-4341-impactmass-m…
Browse files Browse the repository at this point in the history
…eteor-update

Update to Meteor 1.7.0.3
  • Loading branch information
willopez authored Jun 27, 2018
2 parents 79b506f + 86397f5 commit 6849a9d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ [email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected].0 # Enable ECMAScript2015+ syntax in app code
[email protected].1 # Enable ECMAScript2015+ syntax in app code
[email protected] # ensure meteor method argument validation
[email protected] # security-related policies enforced by newer browsers
juliancwirko:[email protected] # CSS post-processing plugin (replaces standard-minifier-css)
Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected].1
[email protected].3
18 changes: 10 additions & 8 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ [email protected]
[email protected]
[email protected]
alanning:[email protected]
aldeed:autoform@6.2.0
aldeed:autoform@6.3.0
aldeed:[email protected]
aldeed:[email protected]
aldeed:[email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
Expand All @@ -39,8 +39,8 @@ [email protected]
[email protected]
[email protected]
dispatch:[email protected]
[email protected].0
[email protected].0
[email protected].1
[email protected].1
[email protected]
[email protected]
[email protected]
Expand All @@ -64,15 +64,17 @@ juliancwirko:[email protected]
[email protected]
[email protected]
[email protected]
lmieulet:[email protected]
[email protected]
[email protected]
mdg:[email protected]
[email protected]
[email protected]
meteorhacks:[email protected]
meteorhacks:[email protected]
meteorhacks:[email protected]
meteortesting:browser-tests@0.1.2
meteortesting:mocha@0.5.0
meteortesting:browser-tests@0.2.0
meteortesting:mocha@0.6.0
[email protected]
[email protected]
[email protected]
Expand Down Expand Up @@ -111,7 +113,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
[email protected]
Expand All @@ -128,5 +130,5 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
##############################################################################
# meteor-dev stage - builds image for dev and used with docker-compose.yml
##############################################################################
FROM reactioncommerce/base:meteor-1.7.0.1 as meteor-dev
FROM reactioncommerce/base:v1.7.0.3-meteor as meteor-dev

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

Expand Down Expand Up @@ -43,7 +43,7 @@ RUN npm install --production
##############################################################################
# final build stage - create the final production image
##############################################################################
FROM node:8.11.2-slim
FROM node:8.11.3-slim

# Default environment variables
ENV ROOT_URL "http://localhost"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-devserver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builds a GraphQL development server without Meteor runtime dependencies.
FROM node:8.11.2
FROM node:8.11.3

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

Expand Down

0 comments on commit 6849a9d

Please sign in to comment.