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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user