Remove obsolete docker compose version

Version top-level element is now obsolete https://docs.docker.com/reference/compose-file/version-and-name/#version-top-level-element-optional
This commit is contained in:
Nick Klockenga 2025-02-05 08:59:15 -05:00
parent bae0686a79
commit 49af88949b
No known key found for this signature in database
GPG Key ID: D32B8BF28121ADF6

View File

@ -1,4 +1,3 @@
version: '3.1'
services:
build-images:
build:
@ -9,4 +8,4 @@ services:
- ./images:/images
- ./.ccache:/root/.cache/ccache
- ./.buildroot-ccache:/root/.buildroot-ccache
command: "${SS_ARGS:---no-op}"
command: "${SS_ARGS:---no-op}"