mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-13 21:56:38 +01:00
fix: resolve merge issues
This commit is contained in:
parent
dff16dc639
commit
874180a518
2 changed files with 3 additions and 2 deletions
|
|
@ -247,7 +247,7 @@ func (client dockerClient) IsContainerStale(c Container) (bool, error) {
|
|||
// the pull request will be aborted prematurely unless the response is read
|
||||
if _, err = ioutil.ReadAll(response); err != nil {
|
||||
log.Error(err)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
newImageInfo, _, err := client.api.ImageInspectWithRaw(bg, imageName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue