Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aguerodev authored Jun 16, 2023
1 parent e6d3e6b commit 12a8cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# start from shiny-verse to include both the shiny and tidyverse packages,
# saving us time assuming that the app to be deployed doesn't have dependencies
# locked to different versions.
FROM rocker/shiny-verse:4.2
FROM rocker/shiny-verse:4.0.3
# install rsconnect and renv packages, as well as prerequisite libraries
RUN apt-get update && apt-get install -y \
libssl-dev \
Expand Down

0 comments on commit 12a8cac

Please sign in to comment.