Docker build error

when i run this command:

DOCKER_BUILDKIT=1 docker build -t $SERVICE_NAME .

Throw below error:

548.6 Problem parsing arguments: Insufficient input [:version]

548.6

Dockerfile:29

27 | RUN yarn --frozen-lockfile

28 |
29 | >>> RUN INTERACTIVE=false CI=true MB_EDITION=$MB_EDITION bin/build.sh :version ${VERSION}
30 |
31 | # ###################

ERROR: failed to build: failed to solve: process "/bin/sh -c INTERACTIVE=false CI=true MB_EDITION=$MB_EDITION bin/build.sh :version ${VERSION}" did not complete successfully: exit code: 1

What version should I fill in when building docker?