mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-17 02:32:32 -05:00
Always pull base Docker image before building
This commit is contained in:
@@ -7,4 +7,4 @@ help:
|
|||||||
|
|
||||||
.PHONY: build-build-image
|
.PHONY: build-build-image
|
||||||
build-build-image:
|
build-build-image:
|
||||||
docker build -f Dockerfile-build -t govuk/notify-api-builder .
|
docker build --pull -f Dockerfile-build -t govuk/notify-api-builder .
|
||||||
|
|||||||
Reference in New Issue
Block a user