chore(deps): update lscr.io/linuxserver/code-server docker tag to v4.8.3 (#138)

* chore(deps): update lscr.io/linuxserver/code-server docker tag to v4.8.3

* Update app version

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
This commit is contained in:
renovate[bot] 2022-11-11 19:48:31 +00:00 committed by GitHub
parent 64b9ffba30
commit 4cfe87c4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -5,9 +5,11 @@
"exposable": true,
"port": 8101,
"id": "code-server",
"tipi_version": 4,
"version": "4.8.0",
"categories": ["development"],
"tipi_version": 5,
"version": "4.8.3",
"categories": [
"development"
],
"description": "",
"short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
"author": "https://github.com/coder",

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
code-server:
image: lscr.io/linuxserver/code-server:4.8.0
image: lscr.io/linuxserver/code-server:4.8.3
container_name: code-server
environment:
- PUID=1000