Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 9c12784

Browse files
authored
Update Makefile (#702)
1 parent 03ae9c0 commit 9c12784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ TAG ?= stellar/developers:$(shell git rev-parse --short HEAD)$(and $(shell git s
77
BUILD_DATE := $(shell date -u +%FT%TZ)
88

99
docker-build:
10-
$(SUDO) docker build --pull --label org.opencontainers.image.created="$(BUILD_DATE)" \
10+
$(SUDO) docker build --no-cache --pull --label org.opencontainers.image.created="$(BUILD_DATE)" \
1111
--build-arg AMPLITUDE_KEY=$(AMPLITUDE_KEY) -t $(TAG) .
1212

1313
docker-push:

0 commit comments

Comments
 (0)