Skip to content

Commit bb58708

Browse files
committed
patch version 3.23.3
1 parent 0dfbaee commit bb58708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

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

6161
LABEL name="bioconductor/bioconductor_docker" \

0 commit comments

Comments
 (0)