Skip to content

Commit 3aa3424

Browse files
chore (reproducibility): update makefile docker-build command with updated build args
1 parent aaca481 commit 3aa3424

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,8 @@ ios-sqlite-update:
6060
docker-build:
6161
@echo "🏗️ Building Docker image"
6262
@ docker build \
63-
--build-arg VERSION=$(or $(VERSION),main) \
6463
--build-arg MODE=$(or $(MODE),debug) \
6564
--build-arg FORMAT=$(or $(FORMAT),apk) \
66-
--build-arg SOURCE=$(or $(SOURCE),local) \
6765
--build-arg GRADLE_HEAP=$(or $(GRADLE_HEAP),4g) \
6866
--build-arg ENV_SOURCE=$(or $(ENV_SOURCE),template) \
6967
--build-arg FAKE_KEYSTORE=$(or $(FAKE_KEYSTORE),true) \

0 commit comments

Comments
 (0)