From d605a2f82c1091924cc135eb7b06abfc8b44d370 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:28:59 +0000 Subject: [PATCH] Bump Mythic Dockerfile tag to match release 'v3.4.0.57' --- 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 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"