Skip to content

Commit

Permalink
Fix: Bump refinery version.
Browse files Browse the repository at this point in the history
  • Loading branch information
coire1 committed Dec 11, 2024
1 parent 1a53a6f commit fd0b3e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions containers/event-db-migrations/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd0b3e8

Please sign in to comment.