Update code-server to v4.98.2 (#2362)

This commit is contained in:
Alexander L. 2025-03-18 23:24:09 +01:00 committed by GitHub
parent 2bd147ee3e
commit 92e99c52f4
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
server:
image: codercom/code-server:4.98.0@sha256:49190032f1ab73cdcd0c930b1e961c20110aa1b6004d296c14681eb11c9f49d8
image: codercom/code-server:4.98.2@sha256:9ed588a05d4e81aa464e753a409bc3b2b93267323d1c3975fbddf6f9aef84c26
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.98.0"
version: "4.98.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,7 @@ 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.98.0.
This release updates the underlying VS Code editor to 1.98.2.
Full release notes are available at https://github.com/coder/code-server/releases.