feat: update Tobago 2 to current SNAPSHOT version
diff --git a/tobago/tobago-vm/apache-proxy/index.html b/tobago/tobago-vm/apache-proxy/index.html
index 390e4d7..cbb1c1e 100644
--- a/tobago/tobago-vm/apache-proxy/index.html
+++ b/tobago/tobago-vm/apache-proxy/index.html
@@ -54,7 +54,7 @@
           major: "2",
           release: "",
           staging: "",
-          snapshot: "2.4.6-SNAPSHOT",
+          snapshot: "2.5.0-SNAPSHOT",
           link: "2",
           archived: false,
           current: false
diff --git a/tobago/tobago-vm/docker-compose.yml b/tobago/tobago-vm/docker-compose.yml
index cf5f19a..86daa37 100644
--- a/tobago/tobago-vm/docker-compose.yml
+++ b/tobago/tobago-vm/docker-compose.yml
@@ -164,7 +164,7 @@
   demo-2-snapshot:
     build: tomcat
     environment:
-      - TOBAGO_VERSION=2.4.6-SNAPSHOT
+      - TOBAGO_VERSION=2.5.0-SNAPSHOT
       - CONTEXT_PATH=demo-2-snapshot
     ports:
       - "8202:8080"