Browse Source

Update code-server app to 3.11.1 (#969)

btc-rpc-explorer-v3.2.0
Luke Childs 3 years ago
committed by GitHub
parent
commit
06e504c20b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/code-server/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/code-server/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
server:
image: codercom/code-server:3.11.0@sha256:d712341c622b0ae896d8f5b8c02368e44e1f5a03b93cd0489f937352dfc7bab8
image: codercom/code-server:3.11.1@sha256:9bb2444f9d0c26765924e29155ac4a8febecb1e080f12c4e368e71dbe6a675b5
restart: on-failure
user: "1000:1000"
ports:

2
apps/registry.json

@ -91,7 +91,7 @@
"id": "code-server",
"category": "Development",
"name": "code-server",
"version": "3.10.2",
"version": "3.11.1",
"tagline": "Run VS Code on your Umbrel",
"description": "Run VS Code on your Umbrel and access it in the browser so you can code on any device with a consistent development environment. This way you can use your Umbrel not only to code from any device, anywhere, but to also speed up tests, compilations, downloads, and more.\n\nBy running all intensive tasks run on your Umbrel, preserve battery life of your devices when you're on the go.",
"developer": "Coder",

Loading…
Cancel
Save