mirror of
https://github.com/containers/podman.git
synced 2025-11-01 10:45:52 +08:00
build(deps): bump github.com/containers/common from 0.26.0 to 0.26.3
Bumps [github.com/containers/common](https://github.com/containers/common) from 0.26.0 to 0.26.3. - [Release notes](https://github.com/containers/common/releases) - [Commits](containers/common@v0.26.0...v0.26.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/common/pkg/config/config_local.go
generated
vendored
2
vendor/github.com/containers/common/pkg/config/config_local.go
generated
vendored
@ -79,7 +79,7 @@ func (c *ContainersConfig) validateUlimits() error {
|
||||
}
|
||||
|
||||
func (c *ContainersConfig) validateTZ() error {
|
||||
if c.TZ == "local" {
|
||||
if c.TZ == "local" || c.TZ == "" {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user