-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile, Disable Sirius Keyboard Input question
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# syntax=docker/dockerfile:1.3-labs | ||
FROM rocker/shiny:4.3.2 | ||
FROM rocker/shiny:4.4 | ||
|
||
LABEL maintainer="Steffen Neumann <[email protected]>" | ||
LABEL Description="MetFamily Base Image with dependencies." | ||
|
@@ -15,6 +15,7 @@ RUN echo 'sanitize_errors off;disable_protocols xdr-streaming xhr-streaming ifra | |
## The following Rprofile allows to use CRAN snapshots | ||
## (The HERE document COPY <<EOF requires syntax=docker/dockerfile:1.3-labs) | ||
## We have tested the following combinations of FROM and CRAN: | ||
## rocker/shiny:4.3.2 | ||
## rocker/shiny:3.6.3 https://packagemanager.posit.co/cran/2020-04-23/ | ||
## rocker/shiny:4.0.5 https://packagemanager.posit.co/cran/2021-03-01/ | ||
## rocker/shiny:4.3.2 https://packagemanager.posit.co/cran/2023-12-01/ | ||
|