Skip to content

Commit d0d29b2

Browse files
committed
Fully-qualify the buildpack-deps docker image URL too
1 parent 9c55eac commit d0d29b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ build: $(foreach version,$(VERSIONS),build-$(version))
6868
all: update build test
6969

7070
update:
71-
$(DOCKER) run --rm -v $$(pwd):/work -w /work buildpack-deps ./update.sh
71+
$(DOCKER) run --rm -v $$(pwd):/work -w /work docker.io/buildpack-deps ./update.sh
7272

7373

7474
### RULES FOR BUILDING ###

0 commit comments

Comments
 (0)