chore(deps): update rust:1.94 docker digest to 7e322aa
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m1s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m4s

This commit was merged in pull request #239.
This commit is contained in:
2026-03-12 23:00:52 +00:00
parent 4537f9ce30
commit 9504718d7c

View File

@@ -1,4 +1,4 @@
FROM rust:1.94@sha256:335533f479eeb7796d65c4a9e09424e5b5f7de75b96cde6fcbbf267c69497de1 AS builder
FROM rust:1.94@sha256:7e322aa1b876cbb977e0df46812af6c4e8be2efbfb2ce3712c28a93ba2968726 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .