chore(deps): update rust:1.90 docker digest to c19bae2
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 4m45s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m11s

This commit was merged in pull request #152.
This commit is contained in:
2025-10-01 12:01:50 +00:00
parent 3bf45540e4
commit 62a20e540a

View File

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