Skip to content

Commit 312acce

Browse files
committed
Missed shiny bump
1 parent c900c93 commit 312acce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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'}
24-
- {image: 'rocker/shiny', amdtag: '4.5.0', outname: 'shiny'}
24+
- {image: 'rocker/shiny', amdtag: '4.5.1', outname: 'shiny'}
2525
steps:
2626
- uses: actions/checkout@v4
2727

@@ -176,7 +176,7 @@ jobs:
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'}
179-
- {image: 'rocker/shiny', amdtag: '4.5.0', outname: 'shiny', platforms: 'amd64'}
179+
- {image: 'rocker/shiny', amdtag: '4.5.1', outname: 'shiny', platforms: 'amd64'}
180180
steps:
181181
- name: Set up Docker Buildx
182182
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)