File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace CodexDiscordBotPlugin
7
7
public class DiscordBotContainerRecipe : ContainerRecipeFactory
8
8
{
9
9
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 " ;
11
11
12
12
public static string RewardsPort = "bot_rewards_port" ;
13
13
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ namespace CodexDiscordBotPlugin
7
7
public class RewarderBotContainerRecipe : ContainerRecipeFactory
8
8
{
9
9
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" ;
12
11
13
12
protected override void Initialize ( StartupConfig startupConfig )
14
13
{
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ namespace CodexPlugin
7
7
{
8
8
public class CodexContainerRecipe : ContainerRecipeFactory
9
9
{
10
- private const string DefaultDockerImage = "codexstorage/nim-codex:sha-132c4db -dist-tests" ;
10
+ private const string DefaultDockerImage = "codexstorage/nim-codex:sha-305b80a -dist-tests" ;
11
11
12
12
public const string ApiPortTag = "codex_api_port" ;
13
13
public const string ListenPortTag = "codex_listen_port" ;
You can’t perform that action at this time.
0 commit comments