Nathan Fretz
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
3 deletions
-
code-server/docker-compose.yml
-
code-server/umbrel-app.yml
|
|
@ -7,7 +7,7 @@ services: |
|
|
|
APP_PORT: 8080 |
|
|
|
|
|
|
|
server: |
|
|
|
image: codercom/code-server:4.93.1@sha256:c69e398d1b64589b3b77a7becfd03f4ec524982def20e6bffbb51b1b839e72ba |
|
|
|
image: codercom/code-server:4.95.1@sha256:d9bc7797d997e1b199e333676732e075bac4bae276dc0fe1baece2e313edfa09 |
|
|
|
restart: on-failure |
|
|
|
user: "1000:1000" |
|
|
|
volumes: |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: code-server |
|
|
|
category: developer |
|
|
|
name: code-server |
|
|
|
version: "4.93.1" |
|
|
|
version: "4.95.1" |
|
|
|
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.93.1. |
|
|
|
This release updates the underlying VS Code editor to 1.95.1. |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/coder/code-server/releases. |
|
|
|