Skip to content

Commit c2712da

Browse files
committed
latest images
1 parent 8033da1 commit c2712da

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

ProjectPlugins/CodexDiscordBotPlugin/DiscordBotContainerRecipe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace CodexDiscordBotPlugin
77
public class DiscordBotContainerRecipe : ContainerRecipeFactory
88
{
99
public override string AppName => "discordbot-bibliotech";
10-
public override string Image => "codexstorage/codex-discordbot:sha-22cf82b";
10+
public override string Image => "codexstorage/codex-discordbot:sha-8033da1";
1111

1212
public static string RewardsPort = "bot_rewards_port";
1313

ProjectPlugins/CodexDiscordBotPlugin/RewarderBotContainerRecipe.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ namespace CodexDiscordBotPlugin
77
public class RewarderBotContainerRecipe : ContainerRecipeFactory
88
{
99
public override string AppName => "discordbot-rewarder";
10-
public override string Image => "thatbenbierens/codex-rewardbot:newstate";
11-
//"codexstorage/codex-rewarderbot:sha-12dc7ef";
10+
public override string Image => "codexstorage/codex-rewarderbot:sha-8033da1";
1211

1312
protected override void Initialize(StartupConfig startupConfig)
1413
{

ProjectPlugins/CodexPlugin/CodexContainerRecipe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace CodexPlugin
77
{
88
public class CodexContainerRecipe : ContainerRecipeFactory
99
{
10-
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-132c4db-dist-tests";
10+
private const string DefaultDockerImage = "codexstorage/nim-codex:sha-305b80a-dist-tests";
1111

1212
public const string ApiPortTag = "codex_api_port";
1313
public const string ListenPortTag = "codex_listen_port";

0 commit comments

Comments
 (0)