Skip to content

Commit

Permalink
Merge pull request #620 from Sage-Bionetworks/dev-shiny-base-1.11
Browse files Browse the repository at this point in the history
Use shiny-base:release-1.11 which reverts back to ubuntu 22 instead o…
  • Loading branch information
afwillia authored Oct 2, 2024
2 parents 1f6455b + ac2897c commit cd4df38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/afwillia/shiny-base:release-1.10
FROM ghcr.io/afwillia/shiny-base:release-1.11

# add version tag as a build argument
ARG DCA_VERSION
Expand All @@ -7,7 +7,7 @@ ENV DCA_VERSION=$DCA_VERSION

USER root
RUN apt-get update
RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu74 curl
RUN apt-get install -y libxml2 libglpk-dev libicu-dev libicu70 curl

# overwrite the default config with our modified copy
COPY shiny-server.conf /etc/shiny-server/shiny-server.conf
Expand Down

0 comments on commit cd4df38

Please sign in to comment.