Skip to content

Commit

Permalink
Merge pull request #10708 from cBioPortal/feature/fix-core-dep
Browse files Browse the repository at this point in the history
🐛 Update core version in dockerFile
  • Loading branch information
haynescd authored Mar 13, 2024
2 parents 6ba3105 + e432ab8 commit 6c62391
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 @@ -45,7 +45,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/1.0.6/core-1.0.6.jar -P core/ ; cd core ; jar -xf core-1.0.5.jar scripts/ requirements.txt ; chmod -R a+x scripts/ ; cd ..;
RUN wget https://github.com/cBioPortal/cbioportal-core/releases/download/1.0.6/core-1.0.6.jar -P core/ ; cd core ; jar -xf core-1.0.6.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 6c62391

Please sign in to comment.