chore(deps): update rust:1.85 docker digest to b589deb
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 4m31s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m29s

This commit was merged in pull request #68.
This commit is contained in:
2025-03-19 00:02:48 +00:00
parent c10c0d6d7e
commit 1afc696f09

View File

@@ -1,4 +1,4 @@
FROM rust:1.85@sha256:80ccfb51023dbb8bfa7dc469c514a5a66343252d5e7c5aa0fab1e7d82f4ebbdc AS builder FROM rust:1.85@sha256:b589deb148a3892ef314200384d75a516381c3d7b8d1ce848b5a3d8c323a65be AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .