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

This commit was merged in pull request #130.
This commit is contained in:
2025-08-14 06:02:02 +00:00
parent 7c27d31fc9
commit b9e248ae8f

View File

@@ -1,4 +1,4 @@
FROM rust:1.89@sha256:5fa1490d5cd16725196511190baad604ddebedcd6e52f1036de46a1a75c85bce AS builder FROM rust:1.89@sha256:f1cbe94e8dbfa9deaa8a7d90d801ed81db2a84c363276b6a93055d3c4bba7409 AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .