Skip to content

Commit

Permalink
maybe 3.1.0 was fine and my web browser hanged
Browse files Browse the repository at this point in the history
  • Loading branch information
msuchard committed Nov 29, 2024
1 parent 5f0fd12 commit 955c23e
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
Expand Up @@ -39,7 +39,7 @@ RUN --mount=type=secret,id=build_github_pat \
cp /usr/local/lib/R/etc/Renviron /tmp/Renviron \
&& echo "GITHUB_PAT=$(cat /run/secrets/build_github_pat)" >> /usr/local/lib/R/etc/Renviron \
&& R -e "remotes::install_github('OHDSI/ShinyAppBuilder', ref='v3.1.0')" \
&& R -e "remotes::install_github('OHDSI/OhdsiShinyModules', ref='v3.1.1')" \
&& R -e "remotes::install_github('OHDSI/OhdsiShinyModules', ref='v3.1.0')" \
&& cp /tmp/Renviron /usr/local/lib/R/etc/Renviron

ENV DATABASECONNECTOR_JAR_FOLDER /root
Expand Down

0 comments on commit 955c23e

Please sign in to comment.