From e4da2c887ffe08745f24f29d108389d8574d3042 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:25:04 +0000 Subject: [PATCH] Bump Mythic Dockerfile tag to match release 'v3.4.0.59' --- 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 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"