chore(deps): update rust:1.90 docker digest to f98e87a
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 4m30s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m34s

This commit was merged in pull request #153.
This commit is contained in:
2025-10-01 15:01:47 +00:00
parent 62a20e540a
commit d7137a0dfb

View File

@@ -1,4 +1,4 @@
FROM rust:1.90@sha256:c19bae2f4f3d5a1316ffb83501634a0cc82ebceb7e7b490201ffe2fba2ed4d05 AS builder
FROM rust:1.90@sha256:f98e87a9cc69f782ddbf3e7020b7438c8d7fa113bb54556757042134c7d1dfe7 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .