We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ab25a commit b294c8fCopy full SHA for b294c8f
Mythic_CLI/Makefile
@@ -1,6 +1,6 @@
1
BINARY_NAME=mythic-cli
2
LOCAL_PATH=$(shell pwd)
3
-BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.3
+BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.5
4
.PHONY: default
5
default: build_linux ;
6
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.3"
+const MythicDockerLatest = "v3.4.0.5"
0 commit comments