From aeb14921bca7f31374e3d82fc5309793c608a323 Mon Sep 17 00:00:00 2001 From: Juan Sebastian Montoya Date: Wed, 26 Nov 2025 11:03:43 -0500 Subject: [PATCH] Update Docker image version to 0.1.5 and add VERSION file --- VERSION | 2 ++ portainer.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..ea31cb5 --- /dev/null +++ b/VERSION @@ -0,0 +1,2 @@ +0.1.5 + diff --git a/portainer.yml b/portainer.yml index d7b7c7e..12c072d 100644 --- a/portainer.yml +++ b/portainer.yml @@ -2,7 +2,7 @@ name: threejs-test services: app: - image: git.jusemon.com/jusemon/threejs-test:latest + image: git.jusemon.com/jusemon/threejs-test:0.1.5 pull_policy: build restart: unless-stopped