From adf9a93d87eeb3a111e74978698287d77427db3f Mon Sep 17 00:00:00 2001 From: Jeff DiCorpo <42048757+jeffdi@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:39:41 -0700 Subject: [PATCH] removed tag from dockerfile --- dependencies/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/Dockerfile b/dependencies/Dockerfile index 0ad0409..a606c68 100644 --- a/dependencies/Dockerfile +++ b/dependencies/Dockerfile @@ -97,4 +97,4 @@ WORKDIR $PRECHECKER_ROOT # GOLDEN CARAVEL ENV GOLDEN_CARAVEL=/opt/caravel -RUN git clone --depth=1 --branch mpw-9e https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress +RUN git clone --depth=1 https://github.com/efabless/caravel-lite.git ${GOLDEN_CARAVEL} && make -C ${GOLDEN_CARAVEL} uncompress