This is an automated email from the ASF dual-hosted git repository.
ipolyzos pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 7ffbae3ec [docs] Use FLUSS_VERSION instead of hardcode to 0.7-SNAPSHOT
in security.md (#1846)
7ffbae3ec is described below
commit 7ffbae3ecc0e766ec5a345f079ab66f43b6c7783
Author: yuxia Luo <[email protected]>
AuthorDate: Tue Oct 21 13:44:36 2025 +0800
[docs] Use FLUSS_VERSION instead of hardcode to 0.7-SNAPSHOT in security.md
(#1846)
---
website/docs/quickstart/security.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/docs/quickstart/security.md
b/website/docs/quickstart/security.md
index 580630522..9efdff4d5 100644
--- a/website/docs/quickstart/security.md
+++ b/website/docs/quickstart/security.md
@@ -105,7 +105,7 @@ services:
#end
#begin Flink cluster
jobmanager:
- image: fluss/quickstart-flink:1.20-0.7-SNAPSHOT
+ image: fluss/quickstart-flink:1.20-$FLUSS_VERSION$
ports:
- "8083:8081"
command: jobmanager
@@ -116,7 +116,7 @@ services:
volumes:
- shared-tmpfs:/tmp/paimon
taskmanager:
- image: fluss/quickstart-flink:1.20-0.7-SNAPSHOT
+ image: fluss/quickstart-flink:1.20-$FLUSS_VERSION$
depends_on:
- jobmanager
command: taskmanager