Skip to content

Commit

Permalink
Update Package Registry v1.18.0 (#1151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Feb 21, 2023
1 parent c1a18dc commit 2898b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/profile/static.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ func newPackageRegistryConfig(_ string, profilePath string) (*simpleFile, error)
}

// PackageRegistryBaseImage is the base Docker image of the Elastic Package Registry.
const PackageRegistryBaseImage = "docker.elastic.co/package-registry/package-registry:v1.16.3"
const PackageRegistryBaseImage = "docker.elastic.co/package-registry/package-registry:v1.18.0"

// PackageRegistryDockerfileFile is the dockerfile for the Elastic package registry
const PackageRegistryDockerfileFile configFile = "Dockerfile.package-registry"
Expand Down

0 comments on commit 2898b9e

Please sign in to comment.