From 5b4c210e6fbacd20fc15fb6c62fe795c2295e66b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:06:16 +0000 Subject: [PATCH] Bump Mythic Dockerfile tag to match release 'v3.4.0.50' --- Mythic_CLI/Makefile | 2 +- Mythic_CLI/src/cmd/config/constants.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mythic_CLI/Makefile b/Mythic_CLI/Makefile index 473e6494..5761be31 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.49 +BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.50 .PHONY: default default: build_linux ; diff --git a/Mythic_CLI/src/cmd/config/constants.go b/Mythic_CLI/src/cmd/config/constants.go index 4df8c54b..9d640787 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.49" +const MythicDockerLatest = "v3.4.0.50"