From 3c0512af9c7a77908e45503d30c7de6fc2831183 Mon Sep 17 00:00:00 2001 From: TDWolff Date: Thu, 3 Oct 2024 12:15:40 -0700 Subject: [PATCH] moving to 2.0.5 --- 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 77bb38e..bf895c3 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.4", + "friendly_name": "CS Ubuntu 2.0.5", "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.4-cs", + "name": "nighthawkcoders/pusd-student-ubuntu:2.0.5-cs", "cores": 2, "memory": 2768, "gpu_count": 0,