mirror of
https://github.com/linuxserver/docker-code-server.git
synced 2025-08-10 08:07:18 +02:00
update image
This commit is contained in:
parent
89157950c6
commit
6c23c473b4
@ -1,13 +1,15 @@
|
||||
---
|
||||
services:
|
||||
code-server:
|
||||
docker-code-server:
|
||||
image: gabemendoza1/codecloud-code-server:jammy22.04-python3.10-codeserver-v${CODE_RELEASE:-4.102.1}
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
platforms:
|
||||
- linux/amd64
|
||||
args:
|
||||
- VERSION=${VERSION:-4.102.1}
|
||||
- CODE_RELEASE=${CODE_RELEASE:-4.102.1}
|
||||
image: gabemendoza1/codecloud-code-server:jammy-code-server-python-v${CODE_RELEASE:-4.102.1}
|
||||
environment:
|
||||
- PUID=${PUID:-1000}
|
||||
- PGID=${PGID:-1000}
|
||||
|
Loading…
Reference in New Issue
Block a user