diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3b46957e..dbc65cfb 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -40,12 +40,12 @@ "source=${localWorkspaceFolder}/data/calibrations/zed,target=/usr/local/zed/settings,type=bind,consistency=delegated", "type=bind,readonly,source=/etc/localtime,target=/etc/localtime" ], - // "image": "ghcr.io/missourimrdt/autonomy-jammy:2024-11-27-23-04-01", - // "image": "ghcr.io/missourimrdt/autonomy-jetpack:latest", - "build": { - "dockerfile": "Dockerfile_Jammy" - // "dockerfile": "Dockerfile_JetPack" - }, + "image": "ghcr.io/missourimrdt/autonomy-jammy:2025-01-05-20-37-21", + // "image": "ghcr.io/missourimrdt/autonomy-jetpack:2025-01-05-20-37-21", + // "build": { + // "dockerfile": "Dockerfile_Jammy" + // // "dockerfile": "Dockerfile_JetPack" + // }, // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, // Use 'forwardPorts' to make a list of ports inside the container available locally.