chore(deps): update rust:1.93 docker digest to 51c04d7
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m19s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m3s

This commit was merged in pull request #233.
This commit is contained in:
2026-02-25 19:02:00 +00:00
parent e77ceb428d
commit bdc93221a7

View File

@@ -1,4 +1,4 @@
FROM rust:1.93@sha256:29f15edb9e5e8757a7ea47ba561882fdbdad35026996af2f9709e7154f9fbef9 AS builder
FROM rust:1.93@sha256:51c04d7a2b38418ba23ecbfb373c40d3bd493dec1ddfae00ab5669527320195e AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .