-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4368 from reactioncommerce/feat-4341-impactmass-m…
…eteor-update Update to Meteor 1.7.0.3
- Loading branch information
Showing
5 changed files
with
15 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
[email protected].1 | ||
[email protected].3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
||
|
@@ -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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
||
|