Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ [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].4 # 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)
session@1.1.8 # ReactiveDict whose contents are preserved across Hot Code Push
session@1.2.0 # ReactiveDict whose contents are preserved across Hot Code Push
[email protected] # Meteor transparent reactive programming library
[email protected]
[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[email protected]
[email protected].0.2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@impactmass did you intend to upgrade Meteor here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes.

Here's a line from the PR description (with some more emphasis):

The base image versioning is currently tied to Meteor versions, hence the new base image for 1.8.0.2

The versioning plan in the reaction/base repo is that we cut releases with meteor versions. So the binaries needed here are in the new version cut with the updated meteor. Hence this change.

22 changes: 11 additions & 11 deletions .meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ aldeed:[email protected]
[email protected]
[email protected]
[email protected]
[email protected].1
[email protected].4
[email protected]
[email protected]
[email protected]
Expand All @@ -25,7 +25,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
Expand All @@ -37,9 +37,9 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected].1
[email protected].4
[email protected]
[email protected]
[email protected]
Expand Down Expand Up @@ -76,12 +76,12 @@ meteorhacks:[email protected]
meteorhacks:[email protected]
meteortesting:[email protected]
meteortesting:[email protected]
[email protected].0
[email protected].1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected].2
[email protected].3
[email protected]
[email protected]
momentjs:[email protected]
Expand All @@ -91,9 +91,9 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].4
[email protected].6
[email protected]
[email protected].1
[email protected].2
[email protected]
[email protected]
ongoworks:[email protected]
Expand All @@ -103,7 +103,7 @@ percolate:[email protected]
practicalmeteor:[email protected]_1
practicalmeteor:[email protected]
practicalmeteor:[email protected]_2
[email protected].1
[email protected].2
raix:[email protected]
[email protected]
[email protected]
Expand All @@ -113,7 +113,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
session@1.1.8
session@1.2.0
[email protected]
[email protected]
[email protected]
Expand All @@ -133,5 +133,5 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected].0
[email protected].1
[email protected]
2 changes: 1 addition & 1 deletion 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:v1.8-meteor as meteor-dev
FROM reactioncommerce/base:v1.8.0.2-meteor as meteor-dev

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

Expand Down