client: Dockerfiles: remove obsolete 'version' element

Resolves warning when internally running docker compose.
This commit is contained in:
2024-03-26 22:53:23 -07:00
parent b621e87df2
commit 7e2e4227b1
3 changed files with 0 additions and 3 deletions

View File

@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
version: "3.8"
services:
docker-finance:
image: @DOCKER_FINANCE_IMAGE@

View File

@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
version: "3.8"
services:
docker-finance:
image: @DOCKER_FINANCE_IMAGE@

View File

@@ -15,7 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
version: "3.8"
services:
docker-finance:
image: @DOCKER_FINANCE_IMAGE@