Skip to content

Commit

Permalink
Adding support for 1.16.x and moving to the new working version of ub…
Browse files Browse the repository at this point in the history
…untu workspace.
  • Loading branch information
TDWolff committed Oct 3, 2024
1 parent 6317e08 commit c1df8da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions workspaces/Ubuntu-CS-Edition/workspace.json
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -23,7 +23,8 @@
],
"compatibility": [
"1.14.x",
"1.15.x"
"1.15.x",
"1.16.x"
],
"uncompressed_size_mb": 4200
}

0 comments on commit c1df8da

Please sign in to comment.