chore(deps): update rust docker tag to v1.91
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 3m8s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m42s

This commit was merged in pull request #166.
This commit is contained in:
2025-10-31 00:03:20 +00:00
parent 319a4c414e
commit 276cd4327b

View File

@@ -1,4 +1,4 @@
FROM rust:1.90@sha256:e227f20ec42af3ea9a3c9c1dd1b2012aa15f12279b5e9d5fb890ca1c2bb5726c AS builder FROM rust:1.91@sha256:eac325268dbdd1c874282a92ad2e0012f19005f65732f9828ecb077c1065c0f0 AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .