diff --git a/containers/event-db-migrations/Earthfile b/containers/event-db-migrations/Earthfile index a9f10f49f9..d690281084 100644 --- a/containers/event-db-migrations/Earthfile +++ b/containers/event-db-migrations/Earthfile @@ -7,11 +7,7 @@ build: FROM +deps # Build refinery - RUN apt-get update && \ - apt-get install -y --no-install-recommends \ - libssl-dev \ - pkg-config - RUN cargo install --locked refinery_cli --version 0.8.7 --root . + RUN cargo install refinery_cli --version 0.8.14 --locked --root . SAVE ARTIFACT ./bin/refinery refinery SAVE IMAGE --cache-hint