mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update code-server to 4.21.1 (#979)
This commit is contained in:
parent
c88eaf5425
commit
b08a472dc7
|
@ -7,7 +7,7 @@ services:
|
|||
APP_PORT: 8080
|
||||
|
||||
server:
|
||||
image: codercom/code-server:4.19.1@sha256:993c381c28a3738b903ac21180f5f9dab8f2aa547bbb0b9d69bea558691e10d3
|
||||
image: codercom/code-server:4.21.1@sha256:c9f78fb7e8ac5fdd3bea856142dd5c5dda0f5183131254516af74135dc97c773
|
||||
restart: on-failure
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: code-server
|
||||
category: developer
|
||||
name: code-server
|
||||
version: "4.19.1"
|
||||
version: "4.21.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 code-server from version 4.18.0 to 4.19.1. Full release notes are available at https://github.com/coder/code-server/releases.
|
||||
This release updates code-server from version 4.19.1 to 4.21.1. 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