diff --git a/Mythic_CLI/Makefile b/Mythic_CLI/Makefile index aad453fa..7dd033b9 100644 --- a/Mythic_CLI/Makefile +++ b/Mythic_CLI/Makefile @@ -1,6 +1,6 @@ BINARY_NAME=mythic-cli LOCAL_PATH=$(shell pwd) -BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.56 +BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.57 .PHONY: default default: build_linux ; diff --git a/Mythic_CLI/src/cmd/config/constants.go b/Mythic_CLI/src/cmd/config/constants.go index d1f00737..d1bafd5b 100644 --- a/Mythic_CLI/src/cmd/config/constants.go +++ b/Mythic_CLI/src/cmd/config/constants.go @@ -2,5 +2,5 @@ package config // MythicDockerLatest is the most recent tagged version pushed to GitHub packages -const MythicDockerLatest = "v3.4.0.56" +const MythicDockerLatest = "v3.4.0.57"