Update alpine:3.21 Docker digest to e323a46 #151

Merged
Renovate merged 1 commits from renovate/alpine-3.21 into master 2024-12-05 18:07:00 -05:00
Showing only changes of commit e2f185ee0c - Show all commits

View File

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