Update alpine:3.19 Docker digest to b5dfcf7 #15

Merged
Renovate merged 1 commits from renovate/alpine-3.19 into master 2024-01-26 19:27:10 -05:00
Showing only changes of commit 928a4dc3c2 - Show all commits

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 .