chore(deps): update rust:1.92 docker digest to 33f31e4
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m3s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 42s

This commit was merged in pull request #207.
This commit is contained in:
2025-12-30 07:01:18 +00:00
parent b612bdcc28
commit 9f1e84f1ee

View File

@@ -1,4 +1,4 @@
FROM rust:1.92@sha256:c57bc0d341a0915841d9f9a420af28d027996d8705af5c591dbd069dba2d10b4 AS builder
FROM rust:1.92@sha256:33f31e4450323fef5c784d433f136e70d16f4865047d7b1a969b67696a274ebe AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .