From 1aaba8e463b61f0f6505505ea7bbca9f4c34f5b6 Mon Sep 17 00:00:00 2001 From: Tom Sherman Date: Wed, 6 Nov 2024 14:15:31 +0000 Subject: [PATCH] Pin zstd dictionary to commit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dade2cb..8bda2e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN cargo install sqlx-cli@0.8.2 --no-default-features --features sqlite RUN cargo install sccache --version ^0.8 ENV RUSTC_WRAPPER=sccache SCCACHE_DIR=/sccache -RUN curl https://github.com/astrenoxcoop/supercell/archive/refs/tags/0.1.2.zip -L -o supercell.zip && unzip supercell.zip +RUN curl https://github.com/bluesky-social/jetstream/raw/0ab10bd041fe1fdf682d3964b20d944905c4862d/pkg/models/zstd_dictionary -L -o supercell.zip && unzip supercell.zip RUN mv supercell-0.1.2 /app