Update alpine:3.20 Docker digest to 0a4eaa0 #82

Merged
Renovate merged 1 commits from renovate/alpine-3.20 into master 2024-07-22 18:51:51 -04:00
Showing only changes of commit bf3fbdc2fe - Show all commits

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 .