diff --git a/Mythic_CLI/Makefile b/Mythic_CLI/Makefile index 47add151..380d9f12 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.58 +BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.59 .PHONY: default default: build_linux ; diff --git a/Mythic_CLI/src/cmd/config/constants.go b/Mythic_CLI/src/cmd/config/constants.go index 29fb2a67..0db3fc3c 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.58" +const MythicDockerLatest = "v3.4.0.59"