Skip to content

Commit

Permalink
Update cbioportal-core v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dippindots authored Aug 29, 2024
1 parent 010737b commit ea53e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/web-and-data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN apt-get update; apt-get install -y --no-install-recommends \
RUN mkdir -p /cbioportal

#Download core files
RUN wget https://github.com/cBioPortal/cbioportal-core/releases/download/v1.0.8/core-1.0.8.jar -P core/ ; cd core ; jar -xf core-1.0.8.jar scripts/ requirements.txt ; chmod -R a+x scripts/ ; cd ..;
RUN wget https://github.com/cBioPortal/cbioportal-core/releases/download/v1.0.9/core-1.0.9.jar -P core/ ; cd core ; jar -xf core-1.0.9.jar scripts/ requirements.txt ; chmod -R a+x scripts/ ; cd ..;


COPY --from=build /cbioportal/src/main/resources/db-scripts /cbioportal/db-scripts
Expand Down

0 comments on commit ea53e91

Please sign in to comment.