This is an automated email from the ASF dual-hosted git repository.
maruilei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new 5ce9cd98 [AURON #1529] Remove obsolete `version` attribute to prevent
confusion (#1530)
5ce9cd98 is described below
commit 5ce9cd98ec469246f3c2fdccb8d2dab5268a2004
Author: Ruilei Ma <[email protected]>
AuthorDate: Wed Oct 29 14:38:33 2025 +0800
[AURON #1529] Remove obsolete `version` attribute to prevent confusion
(#1530)
---
dev/docker-build/docker-compose.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev/docker-build/docker-compose.yml
b/dev/docker-build/docker-compose.yml
index 2db0005c..e9aa9f0d 100644
--- a/dev/docker-build/docker-compose.yml
+++ b/dev/docker-build/docker-compose.yml
@@ -15,8 +15,6 @@
# limitations under the License.
#
-version: "3"
-
services:
build-release:
build: ${BUILD_CONTEXT:-./centos7}