diff --git a/projects/docker/Dockerfile b/projects/docker/Dockerfile index 193d8f689358986c745716237fad96b0ee990624..281ea7acf411b12f23031553eff4a63ce5d4c318 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.