chore(deps): update rust:1.89 docker digest to 26318ae
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 4m46s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 4m57s

This commit was merged in pull request #136.
This commit is contained in:
2025-08-27 00:01:43 +00:00
parent 16a2205c0c
commit c2330cdbd0

View File

@@ -1,4 +1,4 @@
FROM rust:1.89@sha256:6e6d04bd50cd4c433a805c58c13f186a508c5b5417b9b61cae40ec28e0593c51 AS builder
FROM rust:1.89@sha256:26318aeddc7e7335b55ab32f943ec2d400bcc024649f8dbdee569bfa85f0c11d AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .