chore(deps): update rust:1.93 docker digest to 8611aeb
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 57s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m1s

This commit was merged in pull request #230.
This commit is contained in:
2026-02-24 23:14:54 +00:00
parent 1824bc0c00
commit d33ad0fbfb

View File

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