Update code-server version (#344)

This commit is contained in:
Broch Stilley 2021-01-10 16:04:27 -08:00 committed by GitHub
parent 957061d4cb
commit ff693735a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ services:
caproverExtra:
containerHttpPort: '8080'
dockerfileLines:
- FROM codercom/code-server:2.1697-vsc1.39.2
- FROM codercom/code-server:3.8.0
- '# Similar to the original file, except setting the user to root to prevent permission issues.'
- USER root
caproverOneClickApp:
@ -35,4 +35,4 @@ caproverOneClickApp:
displayName: vscode via code-server
isOfficial: true
description: code-server by Coder is VS Code running on a remote server, accessible through the browser.
documentation: Taken from https://github.com/cdr/code-server/ . Except the image version (tag) is fixed to a specific version rather than generic 'v2' as this will ensure consistency of deployments.
documentation: Taken from https://github.com/cdr/code-server/ . Except the image version (tag) is fixed to a specific version (3.8.0)