### Description of the bug Please see screenshot <img width="1020" height="818" alt="Image" src="https://github.com/user-attachments/assets/33fac5dd-ed69-4877-8612-008ba2bf2d91" /> ### Steps To Reproduce 1. Login to <https://github.com/> 2. Go to <https://github.com/B-AROL-O/FREISA> 3. Click "<> Code" <img width="122" height="44" alt="Image" src="https://github.com/user-attachments/assets/7c41b535-3493-4f2c-8865-5d1b6c109bd8" /> and create a new Codespace from the `main` branch 4. Wait until the container is created 5. Inside the codespace, launch a bash Terminal and type ```bash uname -a cat /etc/os-release ``` ### Additional Information According to https://github.com/B-AROL-O/FREISA/blob/main/.devcontainer/Dockerfile#L1 the Dev Container should be extending the Base Image whose Dockerfile is published on https://github.com/Tiryoh/docker-ros2-desktop-vnc/blob/master/humble/Dockerfile which in https://github.com/Tiryoh/docker-ros2-desktop-vnc/blob/master/humble/Dockerfile#L18 says ```text FROM ubuntu:jammy-20250404 ```