repro icon indicating copy to clipboard operation
repro copied to clipboard

`make rebuild` does not pull the base image

Open aaronpeikert opened this issue 4 years ago • 1 comments

rebuild:
     docker build --no-cache -t $(PROJECT) .

Should be:

docker build --no-cache --pull -t $(PROJECT) .

Then the most recent version of the base image gets used.

aaronpeikert avatar May 18 '21 06:05 aaronpeikert

https://github.com/aaronpeikert/repro-tutorial/issues/79

aaronpeikert avatar May 18 '21 06:05 aaronpeikert