chore(deps): update rust:1.91 docker digest to 087fe68
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 58s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 59s

This commit was merged in pull request #175.
This commit is contained in:
2025-11-05 13:00:55 +00:00
parent 49375e17a7
commit fd9fbb00b1

View File

@@ -1,4 +1,4 @@
FROM rust:1.91@sha256:b69a0016212a9e5f45d4a77a5e720fe4263a80c37b84e22171191737282b99f2 AS builder
FROM rust:1.91@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .