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:v3.3.0.40
3
+ BUILDER_IMAGE =ghcr.io/its-a-feature/mythic_cli:v3.3.0.41
4
4
.PHONY : default
5
5
default : build_linux ;
6
6
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ package config
2
2
3
3
// MythicDockerLatest is the most recent tagged version pushed to GitHub packages
4
4
5
- const MythicDockerLatest = "v3.3.0.40 "
5
+ const MythicDockerLatest = "v3.3.0.41 "
6
6
Original file line number Diff line number Diff line change 1
1
2
- FROM ghcr.io/its-a-feature/mythic_documentation:v3.3.0.40
2
+ FROM ghcr.io/its-a-feature/mythic_documentation:v3.3.0.41
3
3
Original file line number Diff line number Diff line change 1
1
2
- FROM ghcr.io/its-a-feature/mythic_nginx:v3.3.0.40
2
+ FROM ghcr.io/its-a-feature/mythic_nginx:v3.3.0.41
3
3
Original file line number Diff line number Diff line change 2
2
# FROM rabbitmq:3-management-alpine
3
3
# ADD rabbitmq.conf /etc/rabbitmq/rabbitmq.conf
4
4
5
- FROM ghcr.io/its-a-feature/mythic_rabbitmq:v3.3.0.40
5
+ FROM ghcr.io/its-a-feature/mythic_rabbitmq:v3.3.0.41
6
6
You can’t perform that action at this time.
0 commit comments