Skip to content

Commit

Permalink
fix: Bump refinery version | NPG-000 (#728)
Browse files Browse the repository at this point in the history
# Description

Bump the refinery version to fix the build in catalyst-reviews.
  • Loading branch information
coire1 authored Dec 11, 2024
1 parent 1a53a6f commit 5312962
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 5312962

Please sign in to comment.