Merge pull request #17376 from LK4D4/fix_dumper
Fix dumper program to use proper import
This commit is contained in:
commit
1b9d064b73
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/docker/docker/builder/parser"
|
||||
"github.com/docker/docker/builder/dockerfile/parser"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue