From 0b78074b59314dfd0848ff3161386ba5004d327b Mon Sep 17 00:00:00 2001
From: Thomas Garello <thomas.garello@unibas.ch>
Date: Thu, 4 Jan 2024 10:41:39 +0100
Subject: [PATCH] update OpenStructure version to "latest" in Dockerfile

Changed the OpenStructure version from "2.3.0" to "latest" to ensure the use of an available version.
---
 projects/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/docker/Dockerfile b/projects/docker/Dockerfile
index 193d8f6..281ea7a 100644
--- a/projects/docker/Dockerfile
+++ b/projects/docker/Dockerfile
@@ -1,4 +1,4 @@
-ARG VERSION_OST="2.3.0"
+ARG VERSION_OST="latest"
 FROM registry.scicore.unibas.ch/schwede/openstructure:${VERSION_OST}
 ## We need to declare ARGs again which were declared before the build stage
 ## (FROM directive), otherwise they won't be available in this stage.
-- 
GitLab