Update alpine:3.21 Docker digest to a8560b3

PR created by Renovate Bot.
This commit is contained in:
Renovate 2025-02-14 19:36:27 +00:00
parent 85fe930555
commit 9a6cf59ed4

View File

@ -2,7 +2,7 @@ FROM scratch AS base
WORKDIR /builder
COPY . .
FROM alpine:3.21@sha256:56fa17d2a7e7f168a043a2712e63aed1f8543aeafdcee47c58dcffe38ed51099
FROM alpine:3.21@sha256:a8560b36e8b8210634f77d9f7f9efd7ffa463e380b75e2e74aff4511df3ef88c
LABEL org.opencontainers.image.source="https://git.toast-server.net/toast/Rustbot"
RUN apk add --no-cache libgcc
WORKDIR /rustbot