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 'v0.0.2.54'
This commit is contained in:
committed by
its-a-feature
parent
d473e1dde7
commit
6d7107fc47
@@ -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
@@ -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,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 @@
|
||||
FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.2.53
|
||||
FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.2.54
|
||||
@@ -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 @@
|
||||
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 @@
|
||||
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 @@
|
||||
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 @@
|
||||
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,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
|
||||
Reference in New Issue
Block a user