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

This commit was merged in pull request #172.
This commit is contained in:
2025-11-04 13:00:51 +00:00
parent 73d7920aec
commit a0fe04332a

View File

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