Update alpine:3.19 Docker digest to b5dfcf7

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-01-27 00:27:09 +00:00
parent 2870a499e2
commit 928a4dc3c2

View File

@ -6,7 +6,7 @@ RUN cargo build || true
COPY . .
RUN cargo fetch && cargo build -r
FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48
FROM alpine:3.19@sha256:b5dfcf7427d7ba35bd7eb083754c14008e50fc80b00a42b55946ccbc2cc6322a
RUN apk add --no-cache openssl-dev libgcc
WORKDIR /rustbot
COPY --from=compiler /usr/src/rustbot/target/release/rustbot .