chore(deps): update rust:1.91 docker digest to b69a001
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 1m8s

This commit was merged in pull request #174.
This commit is contained in:
2025-11-05 10:00:57 +00:00
parent 62af58a6f2
commit 49375e17a7

View File

@@ -1,4 +1,4 @@
FROM rust:1.91@sha256:a2d7edb8d58e216f3c81ce2d9704ddf00d6b3fd2d55039be9f90ed8b62d8bb3b AS builder
FROM rust:1.91@sha256:b69a0016212a9e5f45d4a77a5e720fe4263a80c37b84e22171191737282b99f2 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .