mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-13 03:40:42 +02:00
Update code server to v4.98.0 (#2234)
Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
3e0ad4c33d
commit
e4498b5112
@ -7,10 +7,10 @@ services:
|
|||||||
APP_PORT: 8080
|
APP_PORT: 8080
|
||||||
|
|
||||||
server:
|
server:
|
||||||
image: codercom/code-server:4.96.4@sha256:f93810f7f6636b3af3b1a750faf612349cddb89fbb6d28d69123a214fc75ee9e
|
image: codercom/code-server:4.98.0@sha256:49190032f1ab73cdcd0c930b1e961c20110aa1b6004d296c14681eb11c9f49d8
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
user: "1000:1000"
|
user: "1000:1000"
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/home/coder
|
- ${APP_DATA_DIR}/data:/home/coder
|
||||||
environment:
|
environment:
|
||||||
PASSWORD: $APP_PASSWORD
|
PASSWORD: $APP_PASSWORD
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: code-server
|
id: code-server
|
||||||
category: developer
|
category: developer
|
||||||
name: code-server
|
name: code-server
|
||||||
version: "4.96.4"
|
version: "4.98.0"
|
||||||
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.96.4.
|
This release updates the underlying VS Code editor to 1.98.0.
|
||||||
|
|
||||||
|
|
||||||
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.
|
||||||
@ -32,4 +32,4 @@ defaultUsername: ""
|
|||||||
deterministicPassword: true
|
deterministicPassword: true
|
||||||
torOnly: false
|
torOnly: false
|
||||||
submitter: Umbrel
|
submitter: Umbrel
|
||||||
submission: https://github.com/getumbrel/umbrel/commit/14f8b3aec8cb99ef0940ba0cd9df25b7126a95cc
|
submission: https://github.com/getumbrel/umbrel/commit/14f8b3aec8cb99ef0940ba0cd9df25b7126a95cc
|
||||||
|
Loading…
Reference in New Issue
Block a user