From 2c4c61e6c028ba0a1bf47450289bd042a281829e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:53:12 +0100 Subject: [PATCH] Update config.json --- code-server/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code-server/config.json b/code-server/config.json index 48cab9cb9..31f35f19e 100644 --- a/code-server/config.json +++ b/code-server/config.json @@ -1,6 +1,7 @@ { "name": "VS code", "version": "3.9.0", + "upstream": "3.9.0", "slug": "code-server", "description": "Code-server is VS Code running on a remote server, accessible through the browser.", "url": "https://hub.docker.com/r/linuxserver/code-server", @@ -38,4 +39,4 @@ "PGID": "int", "TZ": "str?" } -} \ No newline at end of file +}