Skip to content

Commit

Permalink
Merge pull request #5 from TDWolff/1.0
Browse files Browse the repository at this point in the history
Adding support for 1.16.x for ubuntu 2.0.4 official release
  • Loading branch information
TDWolff authored Oct 3, 2024
2 parents c5a3418 + e48caca commit 82db875
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 82db875

Please # to comment.