Skip to content

Commit

Permalink
Bump BIOCONDUCTOR_PATCH
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 30, 2024
1 parent f31b0f5 commit c0acd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.20
##### IMPORTANT ########
## The PATCH version number should be incremented each time
## there is a change in the Dockerfile.
ARG BIOCONDUCTOR_PATCH=19
ARG BIOCONDUCTOR_PATCH=20

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

Expand Down Expand Up @@ -63,7 +63,7 @@ LABEL name="bioconductor/bioconductor_docker" \

# Reset args in last layer
ARG BIOCONDUCTOR_VERSION=3.20
ARG BIOCONDUCTOR_PATCH=19
ARG BIOCONDUCTOR_PATCH=20
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}

# Set automatically when building with --platform
Expand Down

0 comments on commit c0acd3b

Please sign in to comment.