diff --git a/client/Dockerfiles/dev-tools/docker-compose.yml.dev-tools.in b/client/Dockerfiles/dev-tools/docker-compose.yml.dev-tools.in
index bd8cb66..dc33e82 100644
--- a/client/Dockerfiles/dev-tools/docker-compose.yml.dev-tools.in
+++ b/client/Dockerfiles/dev-tools/docker-compose.yml.dev-tools.in
@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-version: "3.8"
services:
docker-finance:
image: @DOCKER_FINANCE_IMAGE@
diff --git a/client/Dockerfiles/finance/docker-compose.yml.archlinux.in b/client/Dockerfiles/finance/docker-compose.yml.archlinux.in
index f057622..469bbea 100644
--- a/client/Dockerfiles/finance/docker-compose.yml.archlinux.in
+++ b/client/Dockerfiles/finance/docker-compose.yml.archlinux.in
@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-version: "3.8"
services:
docker-finance:
image: @DOCKER_FINANCE_IMAGE@
diff --git a/client/Dockerfiles/finance/docker-compose.yml.ubuntu.in b/client/Dockerfiles/finance/docker-compose.yml.ubuntu.in
index eda0b90..0a3e847 100644
--- a/client/Dockerfiles/finance/docker-compose.yml.ubuntu.in
+++ b/client/Dockerfiles/finance/docker-compose.yml.ubuntu.in
@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-version: "3.8"
services:
docker-finance:
image: @DOCKER_FINANCE_IMAGE@