Skip to content

Commit

Permalink
Prepare 318 release (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Nov 2, 2023
1 parent c8db16a commit 8ab3191
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions anvil-rstudio-bioconductor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.18.0 - 11/1/2023

- Bioconductor 3.18 release with R 4.3.2

Image URL: us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.18.0

## 3.17.1 - 9/13/2023

- Update R to 4.3.1
Expand Down
4 changes: 2 additions & 2 deletions anvil-rstudio-bioconductor/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bioconductor/ml-verse:3.17 as build
FROM ghcr.io/bioconductor/ml-verse:3.18 as build

RUN apt-get update && apt-get install -yq --no-install-recommends \
gnupg \
Expand Down Expand Up @@ -40,7 +40,7 @@ RUN find ${RSTUDIO_HOME}/scripts -name '*.sh' -type f | xargs chmod +x \
RUN apt-get clean && rm -rf /var/lib/apt/lists/*


FROM ghcr.io/bioconductor/ml-verse:3.17 as final
FROM ghcr.io/bioconductor/ml-verse:3.18 as final
COPY --from=build / /

ENV RSTUDIO_PORT 8001
Expand Down
1 change: 1 addition & 0 deletions anvil-rstudio-bioconductor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Latest Image Release | Docker Image URL |Date Updated | Questions or Feedback |
| --- | --- | --- | ---
| 3.18.0 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.18.0 | 11/1/2023 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.17.1 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.17.1 | 9/13/2023 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.17.0 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.17.0 | 5/12/2023 | Contact the [Bioconductor Team](mailto:[email protected]) |
| 3.16.1 | us.gcr.io/broad-dsp-gcr-public/anvil-rstudio-bioconductor:3.16.1 | 5/12/2023 | Contact the [Bioconductor Team](mailto:[email protected]) |
Expand Down
2 changes: 1 addition & 1 deletion anvil-rstudio-bioconductor/dev_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17.1-dev
3.18.0-dev

0 comments on commit 8ab3191

Please sign in to comment.