Compare commits

2 Commits

Author SHA1 Message Date
c485c66953 chore(deps): update rust docker tag to v1.93
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 58s
2026-02-13 08:13:35 +00:00
cd7307b4f5 chore(deps): update rust crate regex to v1.12.3
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 59s
Build and Push Docker Image / Build And Push Docker Image (push) Successful in 1m7s
2026-02-13 07:53:20 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -841,9 +841,9 @@ dependencies = [
[[package]]
name = "regex"
version = "1.12.2"
version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
dependencies = [
"aho-corasick",
"memchr",

View File

@@ -1,4 +1,4 @@
FROM rust:1.92@sha256:bed2d7f8140d73c26f16c298c91ae8487a09f40d3840c0d8d139537e1b51e148 AS builder
FROM rust:1.93@sha256:20d4b66c77751ca03a3311139a8d7928001b4d5dd9530a95b069c603f20587b1 AS builder
WORKDIR /app
COPY . .
RUN cargo install --path .