8000 updated dockerfile · github4f/reaction@fe2c888 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe2c888

Browse files
author
aaronjudd
committed
updated dockerfile
- use older mongo 2.6 to ensure build works doesn’t encounter unexpected mongo setup errors
1 parent 46b7d7f commit fe2c888

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ reactioncommerce:reaction-analytics-libs@1.1.0
135135
reactioncommerce:reaction-paypal@1.2.0
136136
reactioncommerce:reaction-shipping@0.6.0
137137
reactioncommerce:reaction-social@0.4.0
138-
reactioncommerce:reaction-stripe@3.0.0
138+
reactioncommerce:reaction-stripe@2.2.0
139139
reactive-dict@1.1.2
140140
reactive-var@1.0.6
141141
reload@1.1.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#
4141
##############################################################
4242

43-
FROM mongo:latest
43+
FROM mongo:2.6
4444
MAINTAINER Aaron Judd <hello@reactioncommerce.com>
4545

4646

0 commit comments

Comments
 (0)
0