From 26d14008ad1af122494e3e5e280b905480f48ce5 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Tue, 13 Sep 2022 09:47:30 +0200 Subject: [PATCH] Bump to use dictionary version 1.4.3 --- validation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/Dockerfile b/validation/Dockerfile index 1cd2da4..fb265fe 100644 --- a/validation/Dockerfile +++ b/validation/Dockerfile @@ -78,7 +78,7 @@ COPY --chmod=755 validate-mmcif-file.py /usr/local/bin/validate-mmcif-file ## https://github.com/ihmwg/ModelCIF/blob/master/dist/mmcif_ma.dic. ## Dictionaries do not change that frequently therefore we skip the hassle of ## keeping them in an external volume. -ARG USE_DICT_VERSION="1.4.2" +ARG USE_DICT_VERSION="1.4.3" ENV USE_DICT_VERSION=${USE_DICT_VERSION} LABEL org.modelarchive.dict_release="${USE_DICT_VERSION}" WORKDIR ${SRC_DIR} -- GitLab