Skip to content

Commit

Permalink
ODK Upgrade
Browse files Browse the repository at this point in the history
- Upgrade to v1.5.3. Has a bugfix for SSSOM and includes dotenv package.
  • Loading branch information
joeflack4 committed Nov 2, 2024
1 parent 2e91878 commit 08660a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buid_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build_and_release:
runs-on: ubuntu-latest
container: obolibrary/odkfull:v1.4.3
container: obolibrary/odkfull:v1.5.3
steps:
- uses: actions/checkout@v2
- name: Install
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ -n "$TAG_IN_IMAGE" ]; then
ODK_TAG=$TAG_IN_IMAGE
ODK_IMAGE=$(echo $ODK_IMAGE | awk -F':' '{ print $1 }')
fi
ODK_TAG=${ODK_TAG:-v1.4.3}
ODK_TAG=${ODK_TAG:-v1.5.3}
ODK_JAVA_OPTS=${ODK_JAVA_OPTS:--Xmx20G}
ODK_DEBUG=${ODK_DEBUG:-no}

Expand Down

0 comments on commit 08660a9

Please sign in to comment.