Skip to content

Commit f5b555c

Browse files
authored
Update cbioportal-core v1.0.12
1 parent 70e6ea8 commit f5b555c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/web-and-data/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get update; apt-get install -y --no-install-recommends \
4444
RUN mkdir -p /cbioportal
4545

4646
#Download core files
47-
RUN wget https://github.com/cBioPortal/cbioportal-core/releases/download/v1.0.11/core-1.0.11.jar -P core/ ; cd core ; jar -xf core-1.0.11.jar scripts/ requirements.txt ; chmod -R a+x scripts/ ; cd ..;
47+
RUN wget https://github.com/cBioPortal/cbioportal-core/releases/download/v1.0.12/core-1.0.12.jar -P core/ ; cd core ; jar -xf core-1.0.12.jar scripts/ requirements.txt ; chmod -R a+x scripts/ ; cd ..;
4848

4949

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

0 commit comments

Comments
 (0)