feat: Read version from image
This commit is contained in:
parent
0d1b499edb
commit
4a0cb50048
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
echo "❯ Starting QEMU for Docker v${VERSION}..."
|
||||
echo "❯ Starting QEMU for Docker v$(</run/version)..."
|
||||
echo "❯ For support visit https://github.com/qemu-tools/qemu-docker/"
|
||||
|
||||
cd /run
|
||||
|
|
Loading…
Reference in a new issue