Skip to content

Commit

Permalink
Update code-server to version v4.91.1 (#1248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Jul 30, 2024
1 parent 4dd4dd4 commit 4b42465
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
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

0 comments on commit 4b42465

Please sign in to comment.