Skip to content

Commit

Permalink
Release 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed Nov 1, 2024
1 parent 25c7fad commit e2820f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
fail-fast: false
matrix:
base:
- {image: 'rocker/r-ver', amdtag: '4.4.1', armtag: '4.4.1', outname: 'r-ver'}
- {image: 'rocker/rstudio', amdtag: '4.4.1', armtag: '4.4.1', outname: 'bioconductor_docker'}
- {image: 'rocker/tidyverse', amdtag: '4.4.1', armtag: 'N/A', outname: 'tidyverse'}
- {image: 'rocker/ml-verse', amdtag: '4.4.1', armtag: 'N/A', outname: 'ml-verse'}
- {image: 'rocker/shiny', amdtag: '4.4.1', armtag: 'N/A', outname: 'shiny'}
- {image: 'rocker/r-ver', amdtag: '4.4.2', armtag: '4.4.2', outname: 'r-ver'}
- {image: 'rocker/rstudio', amdtag: '4.4.2', armtag: '4.4.2', outname: 'bioconductor_docker'}
- {image: 'rocker/tidyverse', amdtag: '4.4.2', armtag: 'N/A', outname: 'tidyverse'}
- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: '4.4.2-amd64', armtag: 'N/A', outname: 'ml-verse'}
- {image: 'rocker/shiny', amdtag: '4.4.2', armtag: 'N/A', outname: 'shiny'}

name: Build branch images
runs-on: ubuntu-latest
Expand Down
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=29
ARG BIOCONDUCTOR_PATCH=30

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=29
ARG BIOCONDUCTOR_PATCH=30
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}

# Set automatically when building with --platform
Expand Down

0 comments on commit e2820f2

Please sign in to comment.