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