chore(deps): update rust:1.90 docker digest to 512d81e
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m35s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m26s

This commit was merged in pull request #155.
This commit is contained in:
2025-10-01 21:01:45 +00:00
parent a370000f5a
commit 1f46448a9d

View File

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