Devcontainer: Update fedora devcontainer to version 42

This commit is contained in:
Andrew Kaster 2025-05-07 19:33:51 -06:00 committed by Andrew Kaster
parent 3c8515a1a1
commit 8a57b75969

View File

@ -6,7 +6,7 @@
"context": ".", "context": ".",
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"args": { "args": {
"VERSION": "${localEnv:VERSION:41}" "VERSION": "${localEnv:VERSION:42}"
} }
}, },