From a8a54b74961a43f3a7b85d44843ae2adbc93b233 Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Fri, 25 Nov 2022 11:25:45 -0800 Subject: [PATCH] Update Dockerfile --- dependencies/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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