Update alpine:3.20 Docker digest to 0a4eaa0 (#82)

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-07-22 18:51:50 -04:00 committed by Renovate
parent 9661afa9f9
commit 721b1b30ef

View File

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