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 7bd514d commit 72dc5efCopy full SHA for 72dc5ef
Dockerfile
@@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.21
21
##### IMPORTANT ########
22
## The PATCH version number should be incremented each time
23
## there is a change in the Dockerfile.
24
-ARG BIOCONDUCTOR_PATCH=35
+ARG BIOCONDUCTOR_PATCH=36
25
26
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
27
@@ -62,7 +62,7 @@ LABEL name="bioconductor/bioconductor_docker" \
62
63
# Reset args in last layer
64
ARG BIOCONDUCTOR_VERSION=3.21
65
66
67
68
# Set automatically when building with --platform
0 commit comments