Skip to content

Commit

Permalink
Update default XNAT version to 1.8.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radiologics-kate committed Oct 29, 2023
1 parent 96ec2c5 commit baf1ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit baf1ff4

Please sign in to comment.