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

This commit was merged in pull request #173.
This commit is contained in:
2025-11-04 16:00:55 +00:00
parent a0fe04332a
commit 62af58a6f2

View File

@@ -1,4 +1,4 @@
FROM rust:1.91@sha256:6294bac02f47763ab6f462de25c5299179bd84a7c29889ca1114330cb5f0d0c5 AS builder
FROM rust:1.91@sha256:a2d7edb8d58e216f3c81ce2d9704ddf00d6b3fd2d55039be9f90ed8b62d8bb3b AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .