File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
BINARY_NAME =mythic-cli
2
2
LOCAL_PATH =$(shell pwd)
3
- BUILDER_IMAGE =ghcr.io/its-a-feature/mythic_cli:v0.0.4.40
3
+ BUILDER_IMAGE =ghcr.io/its-a-feature/mythic_cli:v0.0.4.41
4
4
.PHONY : default
5
5
default : build_linux ;
6
6
Original file line number Diff line number Diff line change 1
1
package config
2
2
3
3
// MythicDockerLatest is the most recent tagged version pushed to GitHub packages
4
- const MythicDockerLatest = "v0.0.4.40 "
4
+ const MythicDockerLatest = "v0.0.4.41 "
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.4.40
1
+ FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.4.41
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/its-a-feature/mythic_nginx:v0.0.4.40
1
+ FROM ghcr.io/its-a-feature/mythic_nginx:v0.0.4.41
Original file line number Diff line number Diff line change 1
1
# FROM rabbitmq:3-alpine
2
2
# FROM rabbitmq:3-management-alpine
3
3
# ADD rabbitmq.conf /etc/rabbitmq/rabbitmq.conf
4
- FROM ghcr.io/its-a-feature/mythic_rabbitmq:v0.0.4.40
4
+ FROM ghcr.io/its-a-feature/mythic_rabbitmq:v0.0.4.41
You can’t perform that action at this time.
0 commit comments