chore(deps): update rust:1.82 docker digest to f82e0a7
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 25s

This commit was merged in pull request #29.
This commit is contained in:
2024-11-13 23:01:24 +00:00
parent 7984e5fd60
commit 493b49adeb

View File

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