Skip to content

Commit 72dc5ef

Browse files
author
github-actions
committed
Weekly auto-bump Dockerfile patch version for latest release
1 parent 7bd514d commit 72dc5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.21
2121
##### IMPORTANT ########
2222
## The PATCH version number should be incremented each time
2323
## there is a change in the Dockerfile.
24-
ARG BIOCONDUCTOR_PATCH=35
24+
ARG BIOCONDUCTOR_PATCH=36
2525

2626
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
2727

@@ -62,7 +62,7 @@ LABEL name="bioconductor/bioconductor_docker" \
6262

6363
# Reset args in last layer
6464
ARG BIOCONDUCTOR_VERSION=3.21
65-
ARG BIOCONDUCTOR_PATCH=35
65+
ARG BIOCONDUCTOR_PATCH=36
6666
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
6767

6868
# Set automatically when building with --platform

0 commit comments

Comments
 (0)