chore(deps): update rust:1.85 docker digest to caa4a0e
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 6m21s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 7m49s

This commit was merged in pull request #63.
This commit is contained in:
2025-02-27 00:02:40 +00:00
parent 68e4cd3cfe
commit 75aaab72ec

View File

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