fix(box): bump job image base to Fedora 44 for Neovim 0.12

fedora:41 ships Neovim 0.10.4, below LazyVim's >= 0.11 requirement, so
dotfiles-managed editors failed inside the box. F44 ships 0.12.4.
This commit is contained in:
Gabriel Brown
2026-07-12 22:26:45 -04:00
parent a640b5cb94
commit b038a31520
+1 -1
View File
@@ -1,4 +1,4 @@
FROM registry.fedoraproject.org/fedora:41 FROM registry.fedoraproject.org/fedora:44
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0 ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
ENV LANG=en_US.UTF-8 ENV LANG=en_US.UTF-8