update image

This commit is contained in:
Gabe Mendoza 2025-07-22 06:21:52 -05:00
parent 89157950c6
commit 6c23c473b4

View File

@ -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}