Skip to content

Commit e2820f2

Browse files
committed
Release 3.20
1 parent 25c7fad commit e2820f2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build_containers.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
base:
17-
- {image: 'rocker/r-ver', amdtag: '4.4.1', armtag: '4.4.1', outname: 'r-ver'}
18-
- {image: 'rocker/rstudio', amdtag: '4.4.1', armtag: '4.4.1', outname: 'bioconductor_docker'}
19-
- {image: 'rocker/tidyverse', amdtag: '4.4.1', armtag: 'N/A', outname: 'tidyverse'}
20-
- {image: 'rocker/ml-verse', amdtag: '4.4.1', armtag: 'N/A', outname: 'ml-verse'}
21-
- {image: 'rocker/shiny', amdtag: '4.4.1', armtag: 'N/A', outname: 'shiny'}
17+
- {image: 'rocker/r-ver', amdtag: '4.4.2', armtag: '4.4.2', outname: 'r-ver'}
18+
- {image: 'rocker/rstudio', amdtag: '4.4.2', armtag: '4.4.2', outname: 'bioconductor_docker'}
19+
- {image: 'rocker/tidyverse', amdtag: '4.4.2', armtag: 'N/A', outname: 'tidyverse'}
20+
- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: '4.4.2-amd64', armtag: 'N/A', outname: 'ml-verse'}
21+
- {image: 'rocker/shiny', amdtag: '4.4.2', armtag: 'N/A', outname: 'shiny'}
2222

2323
name: Build branch images
2424
runs-on: ubuntu-latest

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG BIOCONDUCTOR_VERSION=3.20
2121
##### IMPORTANT ########
2222
## The PATCH version number should be incremented each time
2323
## there is a change in the Dockerfile.
24-
ARG BIOCONDUCTOR_PATCH=29
24+
ARG BIOCONDUCTOR_PATCH=30
2525

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

@@ -63,7 +63,7 @@ LABEL name="bioconductor/bioconductor_docker" \
6363

6464
# Reset args in last layer
6565
ARG BIOCONDUCTOR_VERSION=3.20
66-
ARG BIOCONDUCTOR_PATCH=29
66+
ARG BIOCONDUCTOR_PATCH=30
6767
ARG BIOCONDUCTOR_DOCKER_VERSION=${BIOCONDUCTOR_VERSION}.${BIOCONDUCTOR_PATCH}
6868

6969
# Set automatically when building with --platform

0 commit comments

Comments
 (0)