We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594ad2e commit 946dbcdCopy full SHA for 946dbcd
Dockerfile
@@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.23
21
##### IMPORTANT ########
22
## The PATCH version number should be incremented each time
23
## there is a change in the Dockerfile.
24
-ARG BIOCONDUCTOR_PATCH=8
+ARG BIOCONDUCTOR_PATCH=9
25
26
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
27
@@ -55,7 +55,7 @@ COPY --from=base / /
55
56
# Reset args in last layer
57
ARG BIOCONDUCTOR_VERSION=3.23
58
59
60
61
LABEL name="bioconductor/bioconductor_docker" \
0 commit comments