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

This commit was merged in pull request #95.
This commit is contained in:
2025-05-22 15:02:01 +00:00
parent ef267864ff
commit 71ff769705

View File

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