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 6e23b29 commit 3796640Copy full SHA for 3796640
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.47
+BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.48
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.47"
+const MythicDockerLatest = "v3.4.0.48"
0 commit comments