chore(deps): update rust docker tag to v1.90
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 3m21s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 2m19s

This commit was merged in pull request #148.
This commit is contained in:
2025-09-18 21:03:56 +00:00
parent ed9bf87c43
commit 24e434f1c1

View File

@@ -1,4 +1,4 @@
FROM rust:1.89@sha256:57407b378b2b6e07b48a6135a20c87cc22ea6e249c0acf6cb1833ead3cf116e9 AS builder FROM rust:1.90@sha256:eabb786e74b520e7ea45baca03ea20c3e8c6dc037c392d457badf05d8e5818b5 AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN cargo install --path . RUN cargo install --path .