From f7cf06f26fba3716b5eb36492223f107d32c5aae Mon Sep 17 00:00:00 2001 From: Job79 Date: Sat, 1 Mar 2025 10:52:39 +0100 Subject: [PATCH] chore: update fedora to version 42 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \