chore(deps): update rust:1.94 docker digest to f2a0f2b
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 7m13s

This commit was merged in pull request #248.
This commit is contained in:
2026-03-27 05:08:01 +00:00
parent 4f89909c59
commit 84b3e8cf38

View File

@@ -1,4 +1,4 @@
FROM rust:1.94@sha256:689fa5fdf107a7dab344fafaa12b962a99c278ca3c38b481e5e4e4f58a500b69 AS builder
FROM rust:1.94@sha256:f2a0f2b3529c9bbbf5479d131611451a3cc3956d9a11374d6d4ba96f059c1dce AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .