Skip to content

Instantly share code, notes, and snippets.

@hodgestar
Created April 16, 2015 14:16
Show Gist options
  • Save hodgestar/5f823d8d83105baea03a to your computer and use it in GitHub Desktop.
Save hodgestar/5f823d8d83105baea03a to your computer and use it in GitHub Desktop.
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
@LyndsayLawrence
Copy link

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment