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:
parent
64b9ffba30
commit
4cfe87c4f3
|
@ -5,9 +5,11 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8101,
|
"port": 8101,
|
||||||
"id": "code-server",
|
"id": "code-server",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "4.8.0",
|
"version": "4.8.3",
|
||||||
"categories": ["development"],
|
"categories": [
|
||||||
|
"development"
|
||||||
|
],
|
||||||
"description": "",
|
"description": "",
|
||||||
"short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
"short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
||||||
"author": "https://github.com/coder",
|
"author": "https://github.com/coder",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
code-server:
|
code-server:
|
||||||
image: lscr.io/linuxserver/code-server:4.8.0
|
image: lscr.io/linuxserver/code-server:4.8.3
|
||||||
container_name: code-server
|
container_name: code-server
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
Loading…
Reference in New Issue
Block a user