From e7405bd62cec6255f5eca721569f7a803e9251be Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:21:53 +0000 Subject: [PATCH] Bump Mythic Dockerfile tag to match release 'v3.4.0.20' --- 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 9feb7aa8..eda9a317 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.19 +BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.20 .PHONY: default default: build_linux ; diff --git a/Mythic_CLI/src/cmd/config/constants.go b/Mythic_CLI/src/cmd/config/constants.go index 9dd4ab88..e6253053 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.19" +const MythicDockerLatest = "v3.4.0.20"