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 c8e298b commit 7059371Copy full SHA for 7059371
Dockerfile
@@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.22
21
##### IMPORTANT ########
22
## The PATCH version number should be incremented each time
23
## there is a change in the Dockerfile.
24
-ARG BIOCONDUCTOR_PATCH=0
+ARG BIOCONDUCTOR_PATCH=1
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.22
65
66
67
68
# Set automatically when building with --platform
0 commit comments