2
0
mirror of synced 2025-02-19 19:48:17 +00:00

change geth/prometheus images to latest

This commit is contained in:
Eric 2023-08-18 09:52:21 +10:00
parent 255dc127c8
commit 0e342adcdf
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ namespace DistTestCore.Marketplace
public const string AccountsFilename = "accounts.csv";
public override string AppName => "geth";
public override string Image => "codexstorage/dist-tests-geth:sha-b788a2d";
public override string Image => "codexstorage/dist-tests-geth:latest";
protected override void Initialize(StartupConfig startupConfig)
{

View File

@ -5,7 +5,7 @@ namespace DistTestCore.Metrics
public class PrometheusContainerRecipe : ContainerRecipeFactory
{
public override string AppName => "prometheus";
public override string Image => "codexstorage/dist-tests-prometheus:sha-f97d7fd";
public override string Image => "codexstorage/dist-tests-prometheus:latest";
protected override void Initialize(StartupConfig startupConfig)
{