Update alpine:3.20 Docker digest to 6eee963

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-09-06 22:57:59 +00:00
parent 2087401d5b
commit e9060fec24

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:e417839c51cd76908ea4ec131f132ac80a9e77d345d8a4dbc3ab2ab784f8ee6c FROM alpine:3.20@sha256:6eee963cdd9be4b3423dd221bc4b5b0458a9c459990c0b5095b5aee7c43e92a2
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