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

This commit was merged in pull request #49.
This commit is contained in:
2025-01-19 00:07:57 +00:00
parent 4a9864b0d0
commit d8324875cf

View File

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