From 4c39739020ccc30c0f83a272dd2114f0921ed49f Mon Sep 17 00:00:00 2001 From: jm1021 Date: Wed, 28 Aug 2024 06:19:50 -0700 Subject: [PATCH] update version to match dockerhub --- workspaces/Ubuntu-CSA-Edition/workspace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/Ubuntu-CSA-Edition/workspace.json b/workspaces/Ubuntu-CSA-Edition/workspace.json index 482bbd1..28348f3 100644 --- a/workspaces/Ubuntu-CSA-Edition/workspace.json +++ b/workspaces/Ubuntu-CSA-Edition/workspace.json @@ -2,7 +2,7 @@ "friendly_name": "CSA Ubuntu 22.04", "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:1.14.0-csa", + "name": "nighthawkcoders/pusd-student-ubuntu:1.14.1-csa", "cores": 2, "memory": 2768, "gpu_count": 0,