Skip to content

Commit c2248c2

Browse files
committed
Update R base containers to 4.5.1
1 parent d6eab2b commit c2248c2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build_containers.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
base:
18-
- {image: 'rocker/r-ver', amdtag: '4.5.0', outname: 'r-ver'}
19-
- {image: 'rocker/rstudio', amdtag: '4.5.0', outname: 'bioconductor_docker'}
20-
- {image: 'rocker/tidyverse', amdtag: '4.5.0', outname: 'tidyverse'}
18+
- {image: 'rocker/r-ver', amdtag: '4.5.1', outname: 'r-ver'}
19+
- {image: 'rocker/rstudio', amdtag: '4.5.1', outname: 'bioconductor_docker'}
20+
- {image: 'rocker/tidyverse', amdtag: '4.5.1', outname: 'tidyverse'}
2121
#- {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda'}
2222
#- {image: 'ghcr.io/bioconductor/rocker-ml', amdtag: 'devel-amd64', outname: 'ml'}
2323
#- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', outname: 'ml-verse'}
@@ -94,8 +94,8 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
base:
97-
- {image: 'rocker/r-ver', armtag: '4.5.0', outname: 'r-ver'}
98-
- {image: 'rocker/rstudio', armtag: '4.5.0', outname: 'bioconductor_docker'}
97+
- {image: 'rocker/r-ver', armtag: '4.5.1', outname: 'r-ver'}
98+
- {image: 'rocker/rstudio', armtag: '4.5.1', outname: 'bioconductor_docker'}
9999
steps:
100100
- uses: actions/checkout@v3
101101

@@ -170,9 +170,9 @@ jobs:
170170
fail-fast: false
171171
matrix:
172172
base:
173-
- {image: 'rocker/r-ver', amdtag: '4.5.0', outname: 'r-ver', platforms: 'amd64,arm64'}
174-
- {image: 'rocker/rstudio', amdtag: '4.5.0', outname: 'bioconductor_docker', platforms: 'amd64,arm64'}
175-
- {image: 'rocker/tidyverse', amdtag: '4.5.0', outname: 'tidyverse', platforms: 'amd64'}
173+
- {image: 'rocker/r-ver', amdtag: '4.5.1', outname: 'r-ver', platforms: 'amd64,arm64'}
174+
- {image: 'rocker/rstudio', amdtag: '4.5.1', outname: 'bioconductor_docker', platforms: 'amd64,arm64'}
175+
- {image: 'rocker/tidyverse', amdtag: '4.5.1', outname: 'tidyverse', platforms: 'amd64'}
176176
#- {image: 'ghcr.io/bioconductor/rocker-cuda', amdtag: 'devel-amd64', outname: 'cuda', platforms: 'amd64'}
177177
#- {image: 'ghcr.io/bioconductor/rocker-ml', amdtag: 'devel-amd64', outname: 'ml', platforms: 'amd64'}
178178
#- {image: 'ghcr.io/bioconductor/rocker-ml-verse', amdtag: 'devel-amd64', outname: 'ml-verse', platforms: 'amd64'}

0 commit comments

Comments
 (0)