Skip to content
Snippets Groups Projects
Commit ef169eb9 authored by Markus Frosch's avatar Markus Frosch
Browse files

image: Pull current image before rebuilding

parent 3f05076b
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ IMAGE := $(IMAGE_PREFIX)$(OS)-$(VERSION)$(IMAGE_SUFFIX)
all: pull build
pull:
docker pull "$(IMAGE)" || true
docker pull "$(FROM)"
build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment