Update alpine:3.20 Docker digest to beefdbd

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-10-21 21:30:23 +00:00
parent 5d188f870c
commit 690b8f6b1f

View File

@ -2,7 +2,7 @@ FROM scratch AS base
WORKDIR /builder WORKDIR /builder
COPY . . COPY . .
FROM alpine:3.20@sha256:e72ad0747b9dc266fca31fb004580d316b6ae5b0fdbbb65f17bbe371a5b24cff FROM alpine:3.20@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
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