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:
parent
bae0686a79
commit
49af88949b
@ -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}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user