Merge remote-tracking branch 'origin/master'

This commit is contained in:
its-a-feature
2026-03-23 10:09:04 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 ;
+1 -1
View File
@@ -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"