Update alpine Docker tag to v3.15

pull/9/head
Renovate Bot 2021-12-24 08:02:01 +00:00
parent 02fe8d2de7
commit 3311fd2373
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