chore(deps): update rust:1.94 docker digest to 72724f1
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m2s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m26s

This commit was merged in pull request #244.
This commit is contained in:
2026-03-17 20:00:54 +00:00
parent 337d7a0d12
commit cf65447a87

View File

@@ -1,4 +1,4 @@
FROM rust:1.94@sha256:c328b1742cd1ecb6c7cfe4960a75e571ace675dbc65cf4c59be7b9252e9382f4 AS builder
FROM rust:1.94@sha256:72724f1a416c449b405a2b7ed6bac56058163e6dfb1b5ccb40839882141dd237 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .