Pin adelielinux/adelie Docker tag to 7126a96 (#160)

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2025-02-14 19:13:50 -05:00 committed by Renovate
parent 5bc853156d
commit 275940ccfe

View File

@ -2,7 +2,7 @@ FROM scratch AS base
WORKDIR /builder WORKDIR /builder
COPY . . COPY . .
FROM adelielinux/adelie:1.0-beta6 FROM adelielinux/adelie:1.0-beta6@sha256:7126a96c19be064a487ba7176baa58200a26ce8fda02b851b4a0bef760b1f469
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