Update alpine:3.20 Docker digest to b2bf705 (#70)

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-06-20 14:11:42 -04:00 committed by Renovate
parent 976e24b263
commit 61cf074c37

View File

@ -16,7 +16,7 @@ RUN cargo chef cook --release
COPY . .
RUN cargo build -r
FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
FROM alpine:3.20@sha256:b2bf705cebbc5a03a0b58e49ec152261ea7da707f40f7d5db1c4f75ed72d43c1
RUN apk add --no-cache libgcc
WORKDIR /rustbot
COPY --from=builder /usr/src/rustbot/target/release/rustbot .