From c8870b6f7a30907e02680a6a017cf14fa437854b Mon Sep 17 00:00:00 2001 From: Kate Alpert Date: Mon, 4 Mar 2024 09:22:21 -0700 Subject: [PATCH] Update default XNAT version to 1.8.10 --- README.md | 2 +- default.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6164d7f..5e6d955 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ These variables directly set options for XNAT itself. Variable | Description | Default value -------- | ----------- | ------------- -XNAT_VERSION | Indicates the version of XNAT to install. | 1.8.9.2 +XNAT_VERSION | Indicates the version of XNAT to install. | 1.8.10 XNAT_MIN_HEAP | Indicates the minimum heap size for the Java virtual machine. | 256m XNAT_MAX_HEAP | Indicates the maximum heap size for the Java virtual machine. | 4g XNAT_SMTP_ENABLED | Indicates whether SMTP operations are enabled in XNAT. | false diff --git a/default.env b/default.env index 8b48ad8..40a97f0 100644 --- a/default.env +++ b/default.env @@ -1,4 +1,4 @@ -XNAT_VERSION=1.8.9.2 +XNAT_VERSION=1.8.10 XNAT_MIN_HEAP=256m XNAT_MAX_HEAP=4g XNAT_SMTP_ENABLED=false