This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 188588c25 chore(deps): update apache/ozone docker tag to v2.1.0 (#3364)
188588c25 is described below
commit 188588c255d7de630fda8e582f79016c10c652fc
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Jan 19 08:10:25 2026 +0000
chore(deps): update apache/ozone docker tag to v2.1.0 (#3364)
---
getting-started/ozone/docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/getting-started/ozone/docker-compose.yml
b/getting-started/ozone/docker-compose.yml
index 9b4d49173..e64f20aa9 100644
--- a/getting-started/ozone/docker-compose.yml
+++ b/getting-started/ozone/docker-compose.yml
@@ -20,7 +20,7 @@
services:
ozone-datanode:
- image: &ozone-image apache/ozone:2.0.0
+ image: &ozone-image apache/ozone:2.1.0
ports:
- 9864
command: ["ozone","datanode"]