chore(deps): update rust docker tag to v1.84
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 54s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 26s

This commit was merged in pull request #46.
This commit is contained in:
2025-01-10 23:01:24 +00:00
parent 4b4888ccb8
commit 76a1e79818

View File

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