diff --git a/Dockerfile b/Dockerfile index 4b12e2d..54cc4df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.21 ##### IMPORTANT ######## ## The PATCH version number should be incremented each time ## there is a change in the Dockerfile. -ARG BIOCONDUCTOR_PATCH=3 +ARG BIOCONDUCTOR_PATCH=4 ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH} @@ -63,7 +63,7 @@ LABEL name="bioconductor/bioconductor_docker" \ # Reset args in last layer ARG BIOCONDUCTOR_VERSION=3.21 -ARG BIOCONDUCTOR_PATCH=3 +ARG BIOCONDUCTOR_PATCH=4 ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH} # Set automatically when building with --platform