From c1df8da3525937418cc15c8eba63b44cc9e925e1 Mon Sep 17 00:00:00 2001 From: TDWolff Date: Thu, 3 Oct 2024 11:21:58 -0700 Subject: [PATCH] Adding support for 1.16.x and moving to the new working version of ubuntu workspace. --- workspaces/Ubuntu-CS-Edition/workspace.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/workspaces/Ubuntu-CS-Edition/workspace.json b/workspaces/Ubuntu-CS-Edition/workspace.json index be21700..77bb38e 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.3 (Beta)", + "friendly_name": "CS Ubuntu 2.0.4", "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.3-cs", + "name": "nighthawkcoders/pusd-student-ubuntu:2.0.4-cs", "cores": 2, "memory": 2768, "gpu_count": 0, @@ -23,7 +23,8 @@ ], "compatibility": [ "1.14.x", - "1.15.x" + "1.15.x", + "1.16.x" ], "uncompressed_size_mb": 4200 } \ No newline at end of file