Skip to content

Commit b294c8f

Browse files
Bump Mythic Dockerfile tag to match release 'v3.4.0.5'
1 parent 11ab25a commit b294c8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Mythic_CLI/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BINARY_NAME=mythic-cli
22
LOCAL_PATH=$(shell pwd)
3-
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.3
3+
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.4.0.5
44
.PHONY: default
55
default: build_linux ;
66

Mythic_CLI/src/cmd/config/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ package config
22

33
// MythicDockerLatest is the most recent tagged version pushed to GitHub packages
44

5-
const MythicDockerLatest = "v3.4.0.3"
5+
const MythicDockerLatest = "v3.4.0.5"
66

0 commit comments

Comments
 (0)