Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code-server to version v4.91.1 #1248

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ services:
APP_PORT: 8080

server:
image: codercom/code-server:4.22.0@sha256:0976d5802c2cc2bebaddc8325209b551abf90454822171e4d92bef647bad7b48
image: codercom/code-server:4.91.1@sha256:8403442d3472e411f72b6a5267b5ee0e62db27e258d81efebef40c3b41219970
restart: on-failure
user: "1000:1000"
volumes:
- ${APP_DATA_DIR}/data:/home/coder
environment:
PASSWORD: $APP_PASSWORD
PASSWORD: $APP_PASSWORD
7 changes: 5 additions & 2 deletions code-server/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: code-server
category: developer
name: code-server
version: "4.22.0"
version: "4.91.1"
tagline: Run VS Code on your Umbrel
description: >-
Run VS Code on your Umbrel and access it in the browser so you can
Expand All @@ -13,7 +13,10 @@ 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.21.1 to 4.22.0. Full release notes are available at https://github.com/coder/code-server/releases.
This release updates the underlying VS Code editor to 1.91.1.


Full release notes are available at https://github.com/coder/code-server/releases.
developer: Coder
website: https://coder.com
dependencies: []
Expand Down