Compare commits
2 commits
10f36b8ea3
...
e8c897fb51
| Author | SHA1 | Date | |
|---|---|---|---|
| e8c897fb51 | |||
| 3311fd2373 |
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN cargo build \
|
||||||
--release
|
--release
|
||||||
|
|
||||||
|
|
||||||
FROM alpine:3.13
|
FROM alpine:3.15
|
||||||
|
|
||||||
COPY --from=builder /src/target/release/hilde /usr/local/bin/hilde
|
COPY --from=builder /src/target/release/hilde /usr/local/bin/hilde
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue