Update alpine:3.21 Docker digest to 56fa17d

PR created by Renovate Bot.
This commit is contained in:
Renovate 2025-01-18 09:40:32 +00:00
parent 47a433b649
commit c6d0bf5e9d

View File

@ -2,7 +2,7 @@ FROM scratch AS base
WORKDIR /builder WORKDIR /builder
COPY . . COPY . .
FROM alpine:3.21@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45 FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
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