From 08192ca78e4c62b7cac98bbbc34f48cfc36393c6 Mon Sep 17 00:00:00 2001
From: Nico Matentzoglu <nicolas.matentzoglu@gmail.com>
Date: Fri, 26 Jul 2024 02:48:25 +0300
Subject: [PATCH] Fix ODK version to 1.5.2 (#603)

* - Delete: Some code that was creating a file which was just being temporarily created for troubleshooting. (#588)

* Fix ODK version to 1.5.1

To reduce suprises in the future, I suggest we move to a system where the have to deliberately change the ODK version we work with.

* Update src/ontology/run.sh.conf

---------

Co-authored-by: Joe Flack <joeflack4@gmail.com>
---
 src/ontology/run.sh.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ontology/run.sh.conf b/src/ontology/run.sh.conf
index 54d492d52..f508dd357 100644
--- a/src/ontology/run.sh.conf
+++ b/src/ontology/run.sh.conf
@@ -1,3 +1,3 @@
 ODK_IMAGE=odkfull
-ODK_TAG=latest
+ODK_TAG=v1.5.2
 ODK_DEBUG=yes