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