chore(deps): update rust:1.91 docker digest to a0dba1c
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m5s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m2s

This commit was merged in pull request #176.
This commit is contained in:
2025-11-09 22:00:59 +00:00
parent fd9fbb00b1
commit f7f486b616

View File

@@ -1,4 +1,4 @@
FROM rust:1.91@sha256:087fe682ef35ecac5b110dbf35cafade2cbd487f8a86e9390203f77f962887cf AS builder
FROM rust:1.91@sha256:a0dba1c1b2c90585fc44421b55ddf8063323760dc644ba1d35f5b389ad3e8e14 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .