diff --git a/dependencies/Dockerfile b/dependencies/Dockerfile index c32c27a..81426fe 100644 --- a/dependencies/Dockerfile +++ b/dependencies/Dockerfile @@ -75,4 +75,4 @@ WORKDIR $PRECHECKER_ROOT # GOLDEN CARAVEL ENV GOLDEN_CARAVEL=/opt/caravel -RUN git clone --branch mpw-8b --depth=1 https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress +RUN git clone --branch mpw-8c --depth=1 https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress