chore(deps): update rust:1.82 docker digest to d9c3c6f
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 24s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 26s

This commit was merged in pull request #30.
This commit is contained in:
2024-11-14 21:04:36 +00:00
parent 493b49adeb
commit 51ba5d6510

View File

@@ -1,4 +1,4 @@
FROM rust:1.82@sha256:f82e0a7a3a891094aa541c1efca2502dbacdda6e91096d7f5232cfb35fa6fe46 AS builder FROM rust:1.82@sha256:d9c3c6f1264a547d84560e06ffd79ed7a799ce0bff0980b26cf10d29af888377 AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .