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

This commit is contained in:
github-actions
2025-11-10 16:21:53 +00:00
committed by github-actions
parent 2ab6e20162
commit e7405bd62c
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.19
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.20
.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.19"
const MythicDockerLatest = "v3.4.0.20"