chore(deps): update rust:1.85 docker digest to 80ccfb5
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 2m52s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m56s

This commit was merged in pull request #66.
This commit is contained in:
2025-03-06 00:03:11 +00:00
parent 22cba8468f
commit 20bcf8ff96

View File

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