chore(deps): update rust:1.94 docker digest to 8de47ba
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m0s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m1s

This commit was merged in pull request #242.
This commit is contained in:
2026-03-17 08:00:49 +00:00
parent 7209ab21f8
commit 806ec05fd1

View File

@@ -1,4 +1,4 @@
FROM rust:1.94@sha256:eba5c67cda4029029754bab0fcd438aaa783f9c8612bda10a8b8f890e40b5a64 AS builder
FROM rust:1.94@sha256:8de47ba4923e5ff8d5e21d910e64d4891ef066cc46954dddbb51db1c6951f7ee AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .