Skip to content

Commit 349cae0

Browse files
authored
Update package-registry image to v1.20.0 tag (#1254)
1 parent 8372504 commit 349cae0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/stack/resources.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import (
1313
"strings"
1414

1515
"github.com/Masterminds/semver/v3"
16+
1617
"github.com/elastic/go-resource"
1718

1819
"github.com/elastic/elastic-package/internal/profile"
@@ -38,7 +39,7 @@ const (
3839
PackageRegistryConfigFile = "package-registry.yml"
3940

4041
// PackageRegistryBaseImage is the base Docker image of the Elastic Package Registry.
41-
PackageRegistryBaseImage = "docker.elastic.co/package-registry/package-registry:v1.19.0"
42+
PackageRegistryBaseImage = "docker.elastic.co/package-registry/package-registry:v1.20.0"
4243

4344
// ElasticAgentEnvFile is the elastic agent environment variables file.
4445
ElasticAgentEnvFile = "elastic-agent.env"

0 commit comments

Comments
 (0)