Skip to content

Commit

Permalink
Merge pull request #84 from kjsanger/bugfix/build-with-pull
Browse files Browse the repository at this point in the history
Build with --pull to fetch updated base images
  • Loading branch information
kjsanger authored Oct 26, 2023
2 parents d9248c5 + 66251f8 commit f73738a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif
NOW=$(shell date --utc --iso-8601=seconds)

DOCKER_PREFIX?=$(DOCKER_REGISTRY)/$(DOCKER_USER)
DOCKER_ARGS ?= --platform linux/amd64 --progress=plain --rm
DOCKER_ARGS ?= --platform linux/amd64 --progress=plain --pull --rm

.PHONY: clean push

Expand Down

0 comments on commit f73738a

Please sign in to comment.