From da813532850c56ae8c9faf1d5ce6b127eae6472b Mon Sep 17 00:00:00 2001 From: Niklas Reimer Date: Thu, 3 Oct 2024 01:22:51 +0200 Subject: [PATCH] Update cbp to 6.0.16 --- services/cbioportal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/cbioportal/Dockerfile b/services/cbioportal/Dockerfile index 1d1ff59..d2d9180 100644 --- a/services/cbioportal/Dockerfile +++ b/services/cbioportal/Dockerfile @@ -13,7 +13,7 @@ # (see: stackoverflow.com/questions/56278325) FROM docker.io/maven:3-eclipse-temurin-21 as build -ARG VERSION=6.0.4 +ARG VERSION=6.0.16 RUN git clone --single-branch --branch release$VERSION https://github.com/buschlab/cbioportal-frontend.git /frontend WORKDIR /frontend