Skip to content
Snippets Groups Projects
Commit 26d14008 authored by Bienchen's avatar Bienchen
Browse files

Bump to use dictionary version 1.4.3

parent 1bfccb04
No related branches found
No related tags found
No related merge requests found
......@@ -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}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment