chore(deps): update rust:1.94 docker digest to 335533f
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m40s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m2s

This commit was merged in pull request #238.
This commit is contained in:
2026-03-12 20:00:51 +00:00
parent c81e997c5e
commit 4537f9ce30

View File

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