Skip to content

Commit

Permalink
Build 3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud committed May 9, 2024
1 parent 31e6515 commit 4687c99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.18 as build
FROM ghcr.io/bioconductor/ml-verse:3.19 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.18 as final
FROM ghcr.io/bioconductor/ml-verse:3.19 as final
COPY --from=build / /

ENV RSTUDIO_PORT 8001
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.18.1-dev
3.19.0-dev

0 comments on commit 4687c99

Please sign in to comment.