chore(deps): update rust:1.90 docker digest to 976303c
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m38s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m18s

This commit was merged in pull request #156.
This commit is contained in:
2025-10-05 06:01:50 +00:00
parent 1f46448a9d
commit c8dbe8c104

View File

@@ -1,4 +1,4 @@
FROM rust:1.90@sha256:512d81e488da6ba3e88637340fa84decd29293185d48e4708468e1b1d3bb20a9 AS builder FROM rust:1.90@sha256:976303ceda00c5f21d6fe97500927285c7e0f6a2e8df71ae18a6c8e9b37550a1 AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .