Skip to content

Commit 7059371

Browse files
authored
Bump devel patch
1 parent c8e298b commit 7059371

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.22
2121
##### IMPORTANT ########
2222
## The PATCH version number should be incremented each time
2323
## there is a change in the Dockerfile.
24-
ARG BIOCONDUCTOR_PATCH=0
24+
ARG BIOCONDUCTOR_PATCH=1
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.22
65-
ARG BIOCONDUCTOR_PATCH=0
65+
ARG BIOCONDUCTOR_PATCH=1
6666
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
6767

6868
# Set automatically when building with --platform

0 commit comments

Comments
 (0)