Compare commits
No commits in common. "e8c897fb519f20203e65eefc888a087ee8225394" and "10f36b8ea3d8903f8846b936a32e82324082339b" have entirely different histories.
e8c897fb51
...
10f36b8ea3
|
|
@ -15,7 +15,7 @@ RUN cargo build \
|
||||||
--release
|
--release
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.15
|
FROM alpine:3.13
|
||||||
|
|
||||||
COPY --from=builder /src/target/release/hilde /usr/local/bin/hilde
|
COPY --from=builder /src/target/release/hilde /usr/local/bin/hilde
|
||||||
|
|
||||||
|
|
|
||||||
Reference in New Issue