Skip to content

Commit 4d634a3

Browse files
author
Matthew Fisher
committed
feat(Makefile): add --pull flag to docker-build
This feature flag forces the daemon to pull the upstream image before building, ensuring we are always up to date.
1 parent dcad3f0 commit 4d634a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ build:
2828
@echo Nothing to do.
2929

3030
docker-build:
31-
docker build --rm -t ${IMAGE} rootfs
31+
docker build --pull --rm -t ${IMAGE} rootfs
3232
docker tag ${IMAGE} ${MUTABLE_IMAGE}
3333

3434
deploy: docker-build docker-push

0 commit comments

Comments
 (0)