Skip to content

Commit f776d8e

Browse files
yuvipandamanics
andcommitted
Use full image tag
Fixes #1146 Co-authored-by: Simon Li <[email protected]>
1 parent c21374d commit f776d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def _dry_run_changed(self, change):
426426
)
427427

428428
base_image = Unicode(
429-
"buildpack-deps:bionic",
429+
"docker.io/library/buildpack-deps:bionic",
430430
config=True,
431431
help="""
432432
Base image to use when building docker images.

0 commit comments

Comments
 (0)