chore(deps): update rust:1.81 docker digest to de79647
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 20s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 22s

This commit was merged in pull request #9.
This commit is contained in:
2024-09-27 21:35:54 +00:00
parent 5468f809e7
commit 2d1d50d804

View File

@@ -1,4 +1,4 @@
FROM rust:1.81@sha256:fcd390e0a3a6bfcf26969861efbe7b864df052aa71a361cf3cd7c5c585b1b413 AS builder
FROM rust:1.81@sha256:de79647d96a14ca3336b09f402e0710eea88b3b0fcad18646a6d54813f3ba9c8 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .