chore(deps): update rust:1.84 docker digest to f9ca146
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m39s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 27s

This commit was merged in pull request #47.
This commit is contained in:
2025-01-14 20:18:35 +00:00
parent 936c6eea75
commit 1043db6339

View File

@@ -1,4 +1,4 @@
FROM rust:1.84@sha256:f7cbb35003d4ffb5543f8ad6480c1e36bbae5c3609523c9f0c2e223668ee9c1a AS builder FROM rust:1.84@sha256:f9ca146cb48a9074fc329cb4172c9bc27c4e1cefe1ab8e3ee91952c4a5aaa9bc AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .