chore(deps): update rust:1.87 docker digest to 25038aa
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 4m24s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m19s

This commit was merged in pull request #96.
This commit is contained in:
2025-05-27 21:04:07 +00:00
parent 2f8f6d23e3
commit 22044eb081

View File

@@ -1,4 +1,4 @@
FROM rust:1.87@sha256:c5511e7b18c038386e7e1a6580493ab125a8e9474c9717b38fe724e15448aa1e AS builder
FROM rust:1.87@sha256:25038aa450210c53cf05dbf7b256e1df1ee650a58bb46cbc7d6fa79c1d98d083 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .