Skip to content

Commit

Permalink
Update Dockerfile, Disable Sirius Keyboard Input question
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Sep 3, 2024
1 parent bd1444c commit 80aa01a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#FROM sneumann/metfamily-base:latest
FROM sneumann/metfamily-base:4.3.2
FROM sneumann/metfamily-base:4.4
#FROM sneumann/metfamily-base:4.3.2
#FROM sneumann/metfamily-base:4.0.5
#FROM sneumann/metfamily-base:3.6.3

Expand Down
3 changes: 2 additions & 1 deletion Dockerfile-base
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."
Expand All @@ -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/
Expand Down

0 comments on commit 80aa01a

Please sign in to comment.