From 6317e08b2cf0e02952ae29a2945577402814d5ba Mon Sep 17 00:00:00 2001 From: TDWolff Date: Thu, 3 Oct 2024 09:24:41 -0700 Subject: [PATCH] Updating CS Ubuntu 2.0.1 to 2.0.3 --- workspaces/Ubuntu-CS-Edition/workspace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/workspaces/Ubuntu-CS-Edition/workspace.json b/workspaces/Ubuntu-CS-Edition/workspace.json index 95f8646..be21700 100644 --- a/workspaces/Ubuntu-CS-Edition/workspace.json +++ b/workspaces/Ubuntu-CS-Edition/workspace.json @@ -1,8 +1,8 @@ { - "friendly_name": "CS Ubuntu 2.0.1", + "friendly_name": "CS Ubuntu 2.0.3 (Beta)", "image_src": "nighthawkcoders-stu-edition.png", "description": "This Dockerfile creates a Docker image based on Ubuntu, with Google Chrome and Visual Studio Code pre-installed. It's designed to provide students with a consistent, ready-to-use development environment on any device.", - "name": "nighthawkcoders/pusd-student-ubuntu:2.0.1-cs", + "name": "nighthawkcoders/pusd-student-ubuntu:2.0.3-cs", "cores": 2, "memory": 2768, "gpu_count": 0,