mirror of
https://github.com/its-a-feature/Mythic
synced 2026-06-08 14:55:38 +00:00
Bump Mythic Dockerfile tag to match release 'v3.3.0.128'
This commit is contained in:
committed by
github-actions
parent
ab7f539ed2
commit
da84bf5a47
+1
-1
@@ -1,6 +1,6 @@
|
||||
BINARY_NAME=mythic-cli
|
||||
LOCAL_PATH=$(shell pwd)
|
||||
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.3.0.127
|
||||
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v3.3.0.128
|
||||
.PHONY: default
|
||||
default: build_linux ;
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@ package config
|
||||
|
||||
// MythicDockerLatest is the most recent tagged version pushed to GitHub packages
|
||||
|
||||
const MythicDockerLatest = "v3.3.0.127"
|
||||
const MythicDockerLatest = "v3.3.0.128"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
FROM ghcr.io/its-a-feature/mythic_documentation:v3.3.0.127
|
||||
FROM ghcr.io/its-a-feature/mythic_documentation:v3.3.0.128
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
|
||||
FROM ghcr.io/its-a-feature/mythic_nginx:v3.3.0.127
|
||||
FROM ghcr.io/its-a-feature/mythic_nginx:v3.3.0.128
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
#FROM rabbitmq:3-management-alpine
|
||||
#ADD rabbitmq.conf /etc/rabbitmq/rabbitmq.conf
|
||||
|
||||
FROM ghcr.io/its-a-feature/mythic_rabbitmq:v3.3.0.127
|
||||
FROM ghcr.io/its-a-feature/mythic_rabbitmq:v3.3.0.128
|
||||
|
||||
|
||||
Reference in New Issue
Block a user