mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
Update code-server to v4.18.0 (#834)
This commit is contained in:
parent
b266ddba4d
commit
47e85ec504
@ -7,7 +7,7 @@ services:
|
||||
APP_PORT: 8080
|
||||
|
||||
server:
|
||||
image: codercom/code-server:4.4.0@sha256:f0b4cdac7b7742ec83167666b5bc8abb90c4f2660247d482f55fee916d079cb6
|
||||
image: codercom/code-server:4.18.0@sha256:29267847d68332a28d249bd5235715402b144a3903b921da0a1962173aef10b1
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: code-server
|
||||
category: developer
|
||||
name: code-server
|
||||
version: "4.4.0"
|
||||
version: "4.18.0"
|
||||
tagline: Run VS Code on your Umbrel
|
||||
description: >-
|
||||
Run VS Code on your Umbrel and access it in the browser so you can
|
||||
@ -12,6 +12,8 @@ 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 code-server from version 4.4.0 to 4.18.0. Full release notes are available at https://github.com/coder/code-server/releases.
|
||||
developer: Coder
|
||||
website: https://coder.com
|
||||
dependencies: []
|
||||
|
Loading…
Reference in New Issue
Block a user