diff --git a/Containerfile b/Containerfile index b5b839c..49ddcd2 100644 --- a/Containerfile +++ b/Containerfile @@ -3,7 +3,7 @@ # Configure and setup a neovim devcontainer # # for go and nodejs development. # # ========================================= # -FROM quay.io/fedora/fedora:41 +FROM quay.io/fedora/fedora:42 # === setup system === RUN dnf update -y && \