Compare commits

...

2 Commits

1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN cargo build \
--release
FROM alpine:3.13
FROM alpine:3.15
COPY --from=builder /src/target/release/hilde /usr/local/bin/hilde