Bump Mythic Dockerfile tag to match release 'v3.4.0.59'

This commit is contained in:
github-actions
2026-06-04 18:25:04 +00:00
committed by github-actions
parent 39f44f7dec
commit e4da2c887f
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.58
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.59
.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.58"
const MythicDockerLatest = "v3.4.0.59"