Skip to content

Commit ca222ec

Browse files
author
github-actions
committed
Weekly auto-bump Dockerfile patch version for devel
1 parent 0d2cfa1 commit ca222ec

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=2
24+
ARG BIOCONDUCTOR_PATCH=3
2525

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

@@ -54,7 +54,7 @@ COPY --from=base / /
5454

5555
# Reset args in last layer
5656
ARG BIOCONDUCTOR_VERSION=3.23
57-
ARG BIOCONDUCTOR_PATCH=2
57+
ARG BIOCONDUCTOR_PATCH=3
5858
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
5959

6060
LABEL name="bioconductor/bioconductor_docker" \

0 commit comments

Comments
 (0)