chore(deps): update rust:1.86 docker digest to 2494472
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 4m42s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m57s

This commit was merged in pull request #76.
This commit is contained in:
2025-04-08 06:02:21 +00:00
parent 6769ff0d0e
commit ac61197e79

View File

@@ -1,4 +1,4 @@
FROM rust:1.86@sha256:563b33de55d0add224b2e301182660b59bf3cf7219e9dc0fda68f8500e5fe14a AS builder
FROM rust:1.86@sha256:249447250f1b9a75f5594a9e87f131622998cec0eb1477742cb29f8dfe933c47 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .