Update code-server to v4.99.2 (#2560)

This commit is contained in:
Alexander L. 2025-04-14 14:21:13 +02:00 committed by GitHub
parent f7f294bae6
commit a293288af9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: code-server id: code-server
category: developer category: developer
name: code-server name: code-server
version: "4.99.1" version: "4.99.2"
tagline: Run VS Code on your Umbrel tagline: Run VS Code on your Umbrel
description: >- description: >-
Run VS Code on your Umbrel and access it in the browser so you can Run VS Code on your Umbrel and access it in the browser so you can
@ -13,7 +13,7 @@ description: >-
By running all intensive tasks run on your Umbrel, preserve battery life of your devices when you're on the go. By running all intensive tasks run on your Umbrel, preserve battery life of your devices when you're on the go.
releaseNotes: >- releaseNotes: >-
This release updates the underlying VS Code editor to 1.99.1. This release updates the underlying VS Code editor to 1.99.2.
Full release notes are available at https://github.com/coder/code-server/releases. Full release notes are available at https://github.com/coder/code-server/releases.