1
0
Fork 0

fix: set default value

timestamps
dump_stack() 2024-02-21 17:57:44 +00:00
parent cc5e70373f
commit b1be394d6b
Signed by: dump_stack
GPG Key ID: C9905BA72B5E02BB
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ func (c Container) Build(image string, envs, runs []string) (err error) {
if err != nil {
return
}
buf = []byte(cf)
}
if string(buf) == cf && c.Exist() && UseCache {