Update Docker image version to 0.1.5 and add VERSION file

This commit is contained in:
Juan Sebastián Montoya 2025-11-26 11:03:43 -05:00
parent c933f5f8cc
commit aeb14921bc
2 changed files with 3 additions and 1 deletions

2
VERSION Normal file
View file

@ -0,0 +1,2 @@
0.1.5

View file

@ -2,7 +2,7 @@ name: threejs-test
services: services:
app: app:
image: git.jusemon.com/jusemon/threejs-test:latest image: git.jusemon.com/jusemon/threejs-test:0.1.5
pull_policy: build pull_policy: build
restart: unless-stopped restart: unless-stopped