Skip to content

Commit 5312962

Browse files
authored
fix: Bump refinery version | NPG-000 (#728)
# Description Bump the refinery version to fix the build in catalyst-reviews.
1 parent 1a53a6f commit 5312962

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

containers/event-db-migrations/Earthfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ build:
77
FROM +deps
88

99
# Build refinery
10-
RUN apt-get update && \
11-
apt-get install -y --no-install-recommends \
12-
libssl-dev \
13-
pkg-config
14-
RUN cargo install --locked refinery_cli --version 0.8.7 --root .
10+
RUN cargo install refinery_cli --version 0.8.14 --locked --root .
1511

1612
SAVE ARTIFACT ./bin/refinery refinery
1713
SAVE IMAGE --cache-hint

0 commit comments

Comments
 (0)