Skip to content

Commit 594ad2e

Browse files
author
github-actions
committed
Weekly auto-bump Dockerfile patch version for devel
1 parent e0cd200 commit 594ad2e

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.23
2121
##### IMPORTANT ########
2222
## The PATCH version number should be incremented each time
2323
## there is a change in the Dockerfile.
24-
ARG BIOCONDUCTOR_PATCH=7
24+
ARG BIOCONDUCTOR_PATCH=8
2525

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

@@ -55,7 +55,7 @@ COPY --from=base / /
5555

5656
# Reset args in last layer
5757
ARG BIOCONDUCTOR_VERSION=3.23
58-
ARG BIOCONDUCTOR_PATCH=7
58+
ARG BIOCONDUCTOR_PATCH=8
5959
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
6060

6161
LABEL name="bioconductor/bioconductor_docker" \

0 commit comments

Comments
 (0)