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 0d2cfa1 commit ca222ecCopy full SHA for ca222ec
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=2
+ARG BIOCONDUCTOR_PATCH=3
25
26
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
27
@@ -54,7 +54,7 @@ COPY --from=base / /
54
55
# Reset args in last layer
56
ARG BIOCONDUCTOR_VERSION=3.23
57
58
59
60
LABEL name="bioconductor/bioconductor_docker" \
0 commit comments