diff --git a/cli/docker/Dockerfile b/cli/docker/Dockerfile index b1635f47e7..39da7e0982 100644 --- a/cli/docker/Dockerfile +++ b/cli/docker/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get update \ ENV PATH="/root/.cargo/bin:${PATH}" -RUN curl -L --no-cache https://sp1.succinct.xyz | bash && ~/.sp1/bin/sp1up +RUN curl -L "https://sp1.succinct.xyz?$(date +%s)" | bash && ~/.sp1/bin/sp1up # Install the C++ toolchain for RISC-V and create a symlink to it in /root/.sp1/bin RUN mkdir -p /root/.sp1/riscv \