Skip to content
Snippets Groups Projects
Commit 0b78074b authored by Thomas Garello's avatar Thomas Garello
Browse files

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.
parent 09b1e070
No related branches found
No related tags found
No related merge requests found
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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment