We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a53a6f commit 5312962Copy full SHA for 5312962
containers/event-db-migrations/Earthfile
@@ -7,11 +7,7 @@ build:
7
FROM +deps
8
9
# 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 .
+ RUN cargo install refinery_cli --version 0.8.14 --locked --root .
15
16
SAVE ARTIFACT ./bin/refinery refinery
17
SAVE IMAGE --cache-hint
0 commit comments