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

This commit is contained in:
renovate[bot] 2023-06-20 23:28:59 +00:00 committed by GitHub
parent f01413b72b
commit 0ad8a38caa
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": 8138,
"id": "code-server",
"tipi_version": 9,
"version": "4.13.0",
"categories": ["development"],
"tipi_version": 10,
"version": "4.14.0",
"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.13.0
image: lscr.io/linuxserver/code-server:4.14.0
container_name: code-server
environment:
- PUID=1000