From c6e08058bd9d87f9039f5fb035d066ea96185f8e Mon Sep 17 00:00:00 2001
From: Marty Kandes <mkandes@sdsc.edu>
Date: Thu, 31 Dec 2020 14:12:32 -0800
Subject: [PATCH] Update XCrySDen definition file

Updated XCrySDen definition file to bootstrap from the new base
Ubuntu 18.04 container that is part of the new naked-singularity
container collection on Singularity Hub.
---
 definition-files/xcrysden/Singularity.xcrysden-1.6.2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/definition-files/xcrysden/Singularity.xcrysden-1.6.2 b/definition-files/xcrysden/Singularity.xcrysden-1.6.2
index 05a4824..26372a2 100644
--- a/definition-files/xcrysden/Singularity.xcrysden-1.6.2
+++ b/definition-files/xcrysden/Singularity.xcrysden-1.6.2
@@ -1,5 +1,5 @@
 Bootstrap: shub
-From: mkandes/ubuntu:latest
+From: mkandes/naked-singularity:ubuntu-18.04
 
 %labels
 
@@ -13,7 +13,7 @@ From: mkandes/ubuntu:latest
     AUTHOR_NAME Marty Kandes
     AUTHOR_EMAIL mkandes@sdsc.edu
 
-    LAST_UPDATED 20200413
+    LAST_UPDATED 20201231
 
 %setup
 
-- 
GitLab