chore(deps): update rust:1.89 docker digest to 1ca9500
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m31s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m25s

This commit was merged in pull request #143.
This commit is contained in:
2025-09-09 15:01:26 +00:00
parent 89a1826ed6
commit e8af4825c2

View File

@@ -1,4 +1,4 @@
FROM rust:1.89@sha256:02a86ffc3024f74ce38fe975b8d748c5c121a70f28d832ed04803bb76dc0e259 AS builder
FROM rust:1.89@sha256:1ca9500fa119fe67cc67de86fe0ce8c77d747bfb541d227cd6eca463d29cc454 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .