mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 09:42:38 -05:00
Always pull base Docker image before building
This commit is contained in:
@@ -7,4 +7,4 @@ help:
|
||||
|
||||
.PHONY: 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