Skip to content

Commit

Permalink
Update code-server to v4.96.2 (#1955)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Dec 22, 2024
1 parent 0bc36e8 commit 9a54c48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code-server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 8080

server:
image: codercom/code-server:4.95.3@sha256:6d74583d68179cbb6ddadc2518b450d2ac3eaec2d342474fe1941e03371cd2cf
image: codercom/code-server:4.96.2@sha256:6b8c0e944caec80057e71d2c2f352cee38fe00ae4b7515fc4458eb300844f699
restart: on-failure
user: "1000:1000"
volumes:
Expand Down
4 changes: 2 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.95.3"
version: "4.96.2"
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,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.95.3.
This release updates the underlying VS Code editor to 1.96.2.
Full release notes are available at https://github.com/coder/code-server/releases.
Expand Down

0 comments on commit 9a54c48

Please sign in to comment.