Created
April 16, 2015 14:16
-
-
Save hodgestar/5f823d8d83105baea03a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diff --git a/Dockerfile b/Dockerfile | |
index e92fcc0..4479acb 100644 | |
--- a/Dockerfile | |
+++ b/Dockerfile | |
@@ -1,4 +1,4 @@ | |
-FROM mozart/grails:2.5.0 | |
+FROM mozart/grails:2.4.4 | |
MAINTAINER Praekelt Foundation <[email protected]> | |
COPY . /app | |
diff --git a/application.properties b/application.properties | |
index 30b2ec2..234f574 100644 | |
--- a/application.properties | |
+++ b/application.properties | |
@@ -1,5 +1,5 @@ | |
#Grails Metadata file | |
#Tue Mar 03 11:07:06 SAST 2015 | |
-app.grails.version=2.5.0 | |
+app.grails.version=2.4.4 | |
app.name=mama-ng-scheduler | |
app.version=0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍