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

This commit is contained in:
renovate[bot] 2023-11-18 18:55:15 +00:00 committed by GitHub
parent 12e7722e50
commit 7bccb8029d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8138, "port": 8138,
"id": "code-server", "id": "code-server",
"tipi_version": 17, "tipi_version": 18,
"version": "4.18.0", "version": "4.19.0",
"categories": [ "categories": [
"development" "development"
], ],
@ -24,5 +24,8 @@
"env_variable": "CODESERVER_PASSWORD" "env_variable": "CODESERVER_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

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