fixed docker build error

This commit is contained in:
2026-05-09 05:15:56 +02:00
parent bc6a34cf1f
commit f58149d0de
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -96,6 +96,6 @@ rsync -av data/ backup-host:/path/to/narlblog-data/
## Stack ## 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 - **Frontend**: Astro 6, React 19, Tailwind 4, marked + marked-katex-extension + marked-highlight + DOMPurify
- **Editor**: CodeMirror 6 with vim mode and asset autocomplete - **Editor**: CodeMirror 6 with vim mode and asset autocomplete
+1 -1
View File
@@ -1,4 +1,4 @@
FROM rust:1.83-slim AS builder FROM rust:1.85-slim AS builder
WORKDIR /usr/src/app WORKDIR /usr/src/app