Skip to content

Commit

Permalink
Merge pull request #10864 from cBioPortal/frontend-v6.0.9
Browse files Browse the repository at this point in the history
Frontend v6.0.9
  • Loading branch information
dippindots authored Jun 27, 2024
2 parents adf38ab + f15d059 commit f9fd789
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.6.jar scripts/ requirements.txt ; chmod -R a+x scripts/ ; cd ..;
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 ..;


COPY --from=build /cbioportal/src/main/resources/db-scripts /cbioportal/db-scripts
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.cbioportal</groupId>
<artifactId>cbioportal</artifactId>
<version>6.0.9-SNAPSHOT</version>
<version>6.0.9</version>

<description>cBioPortal for Cancer Genomics</description>

Expand All @@ -27,7 +27,7 @@
<!-- TODO replace with version of cbioportal frontend with compatible
login url-->
<frontend.groupId>com.github.cbioportal</frontend.groupId>
<frontend.version>v6.0.8</frontend.version>
<frontend.version>v6.0.9</frontend.version>

<!-- THIS SHOULD BE KEPT IN SYNC TO VERSION IN CGDS.SQL -->
<db.version>2.13.1</db.version>
Expand Down

0 comments on commit f9fd789

Please sign in to comment.