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