Bump Mythic Dockerfile tag to match release 'v0.0.2.54'

This commit is contained in:
github-actions
2024-01-19 22:25:41 +00:00
committed by its-a-feature
parent d473e1dde7
commit 6d7107fc47
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_cli:v0.0.2.53
FROM ghcr.io/its-a-feature/mythic_cli:v0.0.2.54
+1 -1
View File
@@ -1,6 +1,6 @@
BINARY_NAME=mythic-cli
LOCAL_PATH=$(shell pwd)
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v0.0.2.53
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v0.0.2.54
.PHONY: default
default: build_linux ;
+1 -1
View File
@@ -1,4 +1,4 @@
package config
// MythicDockerLatest is the most recent tagged version pushed to GitHub packages
const MythicDockerLatest = "v0.0.2.53"
const MythicDockerLatest = "v0.0.2.54"
+1 -1
View File
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.2.53
FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.2.54
+1 -1
View File
@@ -5,4 +5,4 @@
#FROM hasura/graphql-engine:v2.9.0-beta.1.cli-migrations-v2
#FROM hasura/graphql-engine:v2.19.0.cli-migrations-v2
#FROM hasura/graphql-engine:latest.cli-migrations-v2
FROM ghcr.io/its-a-feature/mythic_graphql:v0.0.2.53
FROM ghcr.io/its-a-feature/mythic_graphql:v0.0.2.54
+1 -1
View File
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_jupyter:v0.0.2.53
FROM ghcr.io/its-a-feature/mythic_jupyter:v0.0.2.54
+1 -1
View File
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_react:v0.0.2.53
FROM ghcr.io/its-a-feature/mythic_react:v0.0.2.54
+1 -1
View File
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_nginx:v0.0.2.53
FROM ghcr.io/its-a-feature/mythic_nginx:v0.0.2.54
+1 -1
View File
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_postgres:v0.0.2.53
FROM ghcr.io/its-a-feature/mythic_postgres:v0.0.2.54
+1 -1
View File
@@ -1,4 +1,4 @@
#FROM rabbitmq:3-alpine
#FROM rabbitmq:3-management-alpine
#ADD rabbitmq.conf /etc/rabbitmq/rabbitmq.conf
FROM ghcr.io/its-a-feature/mythic_rabbitmq:v0.0.2.53
FROM ghcr.io/its-a-feature/mythic_rabbitmq:v0.0.2.54