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
commit 8a57b75969
Notes: github-actions[bot] 2025-05-08 09:22:10 +00:00

View file

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