Update alpine:3.20 Docker digest to e417839 #112

Merged
Renovate merged 1 commits from renovate/alpine-3.20 into master 2024-09-06 18:27:59 -04:00
Showing only changes of commit cd31aec3dd - Show all commits

View File

@ -16,7 +16,7 @@ RUN cargo chef cook --release
COPY . . COPY . .
RUN cargo build --offline -rF production RUN cargo build --offline -rF production
FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5 FROM alpine:3.20@sha256:e417839c51cd76908ea4ec131f132ac80a9e77d345d8a4dbc3ab2ab784f8ee6c
LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Rustbot" LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Rustbot"
RUN apk add --no-cache libgcc RUN apk add --no-cache libgcc
WORKDIR /rustbot WORKDIR /rustbot