fixed docker build error
This commit is contained in:
@@ -96,6 +96,6 @@ rsync -av data/ backup-host:/path/to/narlblog-data/
|
||||
|
||||
## Stack
|
||||
|
||||
- **Backend**: axum 0.8, serde_yaml frontmatter, subtle constant-time auth, infer for upload sniffing
|
||||
- **Backend**: Rust 2024 edition (requires 1.85+), axum 0.8, serde_yaml frontmatter, subtle constant-time auth, infer for upload sniffing
|
||||
- **Frontend**: Astro 6, React 19, Tailwind 4, marked + marked-katex-extension + marked-highlight + DOMPurify
|
||||
- **Editor**: CodeMirror 6 with vim mode and asset autocomplete
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.83-slim AS builder
|
||||
FROM rust:1.85-slim AS builder
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user