Skip to content

Commit 087c332

Browse files
committed
Specify what kinda list extra_buildx_build_args can be
1 parent 6df3ec6 commit 087c332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class DockerEngine(ContainerEngine):
7575
)
7676

7777
extra_buildx_build_args = List(
78-
[],
78+
Unicode(),
7979
help="""
8080
Extra commandline arguments to pass to `docker buildx build` when building the image.
8181
""",

0 commit comments

Comments
 (0)