chore(deps): update rust:1.91 docker digest to 1d9f298
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 #170.
This commit is contained in:
2025-11-04 10:00:51 +00:00
parent 218d91d964
commit 0239436560

View File

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