feat: update semver matching

This commit is contained in:
deviantony
2024-10-04 07:57:31 +00:00
parent b40d22dc74
commit ababd63d97
8 changed files with 63 additions and 12 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
dockerclient "github.com/portainer/portainer/api/docker/client"
"github.com/portainer/portainer/api/docker/images"
"github.com/Masterminds/semver"
"github.com/Masterminds/semver/v3"
"github.com/docker/docker/api/types"
dockercontainer "github.com/docker/docker/api/types/container"
"github.com/docker/docker/api/types/network"