Skip to content

Commit 13ac11d

Browse files
committed
chore: Always pull base images when building release image
Signed-off-by: jannfis <[email protected]>
1 parent 1622814 commit 13ac11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ controller:
6060

6161
.PHONY: image
6262
image: clean-image mod-vendor
63-
docker build -t ${IMAGE_PREFIX}${IMAGE_NAME}:${IMAGE_TAG} .
63+
docker build --pull -t ${IMAGE_PREFIX}${IMAGE_NAME}:${IMAGE_TAG} .
6464
rm -rf vendor/
6565

6666
.PHONY: image-push

0 commit comments

Comments
 (0)