Update code-server to 4.21.1 (#979)

This commit is contained in:
smolgrrr 2024-02-24 06:24:02 +11:00 committed by GitHub
parent c88eaf5425
commit b08a472dc7
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.19.1@sha256:993c381c28a3738b903ac21180f5f9dab8f2aa547bbb0b9d69bea558691e10d3
image: codercom/code-server:4.21.1@sha256:c9f78fb7e8ac5fdd3bea856142dd5c5dda0f5183131254516af74135dc97c773
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.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: []