make: build against latest mutable alpine tag

This commit is contained in:
Saj Goonatilleke 2020-11-19 05:06:42 +11:00
parent 603e2b7d86
commit 7a06dd08e8
1 changed files with 1 additions and 1 deletions

View File

@ -11,4 +11,4 @@ push: build
.PHONY: build
build:
docker build -t ${IMAGE}:${TAG} .
docker build --pull -t ${IMAGE}:${TAG} .