Update code-server to v4.99.3 (#2603)

This commit is contained in:
Alexander L. 2025-04-22 17:47:24 +02:00 committed by GitHub
parent 3a4f0ef561
commit d57054de16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 8080
server:
image: codercom/code-server:4.99.2@sha256:6b5fcf74bb19579ca1666c8f96ac406ca5146a5c8756963a10991c4e520fa085
image: codercom/code-server:4.99.3@sha256:e822acb286dca144f1a10ef847bc8f905d92ea79998f4f021802064badcae5fe
restart: on-failure
user: "1000:1000"
volumes:

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: code-server
category: developer
name: code-server
version: "4.99.2"
version: "4.99.3"
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,11 @@ 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.99.2.
This release updates the underlying VS Code editor to 1.99.3.
Key highlights in this release include:
- Added a new flag to allow preflight requests through the proxy
Full release notes are available at https://github.com/coder/code-server/releases.