There was an error while loading. Please reload this page.
1 parent 0ef00b9 commit e363ec2Copy full SHA for e363ec2
1 file changed
Dockerfile
@@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.24
21
##### IMPORTANT ########
22
## The PATCH version number should be incremented each time
23
## there is a change in the Dockerfile.
24
-ARG BIOCONDUCTOR_PATCH=13
+ARG BIOCONDUCTOR_PATCH=14
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.24
58
59
60
61
LABEL name="bioconductor/bioconductor_docker" \
0 commit comments