chore(deps): update rust:1.86 docker digest to 640960f
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m52s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m52s

This commit was merged in pull request #86.
This commit is contained in:
2025-04-30 12:01:57 +00:00
parent de2b42cb4d
commit 5c87a8e294

View File

@@ -1,4 +1,4 @@
FROM rust:1.86@sha256:f2b92e819862d053024dcf28af317b7944546bd39e87e494414bb7c1c23cd0e9 AS builder
FROM rust:1.86@sha256:640960fe15de2f67cc88db7f0f547977cb759cba9eab246df29d98d02aaf24b8 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .