From baf1ff49dbb6defbcca95c1034f805adae212e65 Mon Sep 17 00:00:00 2001 From: Kate Alpert Date: Sat, 28 Oct 2023 18:58:40 -0600 Subject: [PATCH] Update default XNAT version to 1.8.9.2 --- README.md | 2 +- default.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e28875..6164d7f 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.1 +XNAT_VERSION | Indicates the version of XNAT to install. | 1.8.9.2 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 c893fa5..8b48ad8 100644 --- a/default.env +++ b/default.env @@ -1,4 +1,4 @@ -XNAT_VERSION=1.8.9.1 +XNAT_VERSION=1.8.9.2 XNAT_MIN_HEAP=256m XNAT_MAX_HEAP=4g XNAT_SMTP_ENABLED=false