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

This commit was merged in pull request #196.
This commit is contained in:
2025-12-09 13:00:59 +00:00
parent 8372dfdc53
commit 891c118caf

View File

@@ -1,4 +1,4 @@
FROM rust:1.91@sha256:e27f43cfd678d25d6c87f1a4775619bccc02505fe6809806f2d5831731b495d8 AS builder
FROM rust:1.91@sha256:867f1d1162913c401378a8504fb17fe2032c760dc316448766f150a130204aad AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .