Update alpine:3.19 Docker digest to c5b1261 #16

Merged
Renovate merged 1 commits from renovate/alpine-3.19 into master 2024-01-26 19:57:30 -05:00
Showing only changes of commit 974c068820 - Show all commits

View File

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