chore(deps): update rust:1.93 docker digest to 4e7968e
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m4s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m10s

This commit was merged in pull request #231.
This commit is contained in:
2026-02-25 03:02:01 +00:00
parent d33ad0fbfb
commit 1b24b4889d

View File

@@ -1,4 +1,4 @@
FROM rust:1.93@sha256:8611aebf88a78765560996643e8782827e2f4029204f680b8125e92ae7dc2fed AS builder
FROM rust:1.93@sha256:4e7968e3f1085f570b17024d093d39ba151748372eba31bb368663b48d10a585 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .