chore(deps): update rust:1.85 docker digest to e51d026
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m32s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m30s

This commit was merged in pull request #70.
This commit is contained in:
2025-03-20 00:02:44 +00:00
parent 1afc696f09
commit 1b623a69c6

View File

@@ -1,4 +1,4 @@
FROM rust:1.85@sha256:b589deb148a3892ef314200384d75a516381c3d7b8d1ce848b5a3d8c323a65be AS builder
FROM rust:1.85@sha256:e51d0265072d2d9d5d320f6a44dde6b9ef13653b035098febd68cce8fa7c0bc4 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .