chore(deps): update rust:1.85 docker digest to 8e5fb4a
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 11m25s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 59m2s

This commit was merged in pull request #62.
This commit is contained in:
2025-02-26 00:02:24 +00:00
parent 0d78a76258
commit 26b61ae200

View File

@@ -1,4 +1,4 @@
FROM rust:1.85@sha256:ad7e5fd44a71f317c88993a64d4073f9050516cd420ddacd90b7d43829f29f26 AS builder
FROM rust:1.85@sha256:8e5fb4afd20ad09c60b4b2466aa243a9f991d1dc2482621a8f101c9656c646ae AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .