summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/docker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/docker/Makefile b/util/docker/Makefile
index ca274b7143..77526bba5e 100644
--- a/util/docker/Makefile
+++ b/util/docker/Makefile
@@ -44,7 +44,7 @@ coreboot-sdk: test-docker
@echo "Building coreboot SDK $(crossgcc_version) from commit $(DOCKER_COMMIT)"
$(DOCKER) build \
--tag coreboot/coreboot-sdk:$(COREBOOT_IMAGE_TAG) \
- --build-arg=SDK_VERSION="$(SDK_VERSION)" \
+ --build-arg=SDK_VERSION="$(COREBOOT_IMAGE_TAG)" \
--build-arg=DOCKER_COMMIT="$(DOCKER_COMMIT)" \
--build-arg=CROSSGCC_PARAM="$(COREBOOT_CROSSGCC_PARAM)" \
coreboot-sdk