mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update code-server to version v4.92.2 (#1379)
This commit is contained in:
parent
1c8bfe62a8
commit
54237ec8eb
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 8080
|
||||
|
||||
server:
|
||||
image: codercom/code-server:4.91.1@sha256:8403442d3472e411f72b6a5267b5ee0e62db27e258d81efebef40c3b41219970
|
||||
image: codercom/code-server:4.92.2@sha256:f32cfa5e7cc768f60969f1d2183fc4c7aa093b80b93c365535e83f79ccf004f2
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: code-server
|
||||
category: developer
|
||||
name: code-server
|
||||
version: "4.91.1"
|
||||
version: "4.92.2"
|
||||
tagline: Run VS Code on your Umbrel
|
||||
description: >-
|
||||
Run VS Code on your Umbrel and access it in the browser so you can
|
||||
|
@ -13,7 +13,10 @@ description: >-
|
|||
|
||||
By running all intensive tasks run on your Umbrel, preserve battery life of your devices when you're on the go.
|
||||
releaseNotes: >-
|
||||
This release updates the underlying VS Code editor to 1.91.1.
|
||||
⚠️ This update may break older browsers due to changes in compile targets. If you experience issues, you may need to update your browser.
|
||||
|
||||
|
||||
This release updates the underlying VS Code editor to 1.92.2.
|
||||
|
||||
|
||||
Full release notes are available at https://github.com/coder/code-server/releases.
|
||||
|
|
Loading…
Reference in New Issue
Block a user