Skip to content
Snippets Groups Projects
Commit d173435e authored by B13nch3n's avatar B13nch3n
Browse files

upgrade validation tool to Alpine 3.17 and dictionary version 1.4.4

parent a9bfba7b
Branches
No related tags found
No related merge requests found
ARG VERSION_PYTHON="3.9"
ARG VERSION_BASE_IMAGE="python:${VERSION_PYTHON}-alpine3.16"
ARG VERSION_BASE_IMAGE="python:${VERSION_PYTHON}-alpine3.17"
FROM ${VERSION_BASE_IMAGE}
# We need to declare ARGs again which were declared before the build stage
# (FROM directive), otherwise they won't be available in this stage.
......@@ -80,7 +80,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.3"
ARG USE_DICT_VERSION="1.4.4"
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.
Please register or to comment