Skip to content

Commit

Permalink
Bump Mythic Dockerfile tag to match release 'v0.0.3-rc1'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 21, 2024
1 parent 60cff48 commit 28cf528
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Mythic_CLI/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_cli:v0.0.1-rc1
FROM ghcr.io/its-a-feature/mythic_cli:v0.0.3-rc1
2 changes: 1 addition & 1 deletion Mythic_CLI/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BINARY_NAME=mythic-cli
LOCAL_PATH=$(shell pwd)
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v0.0.1-rc1
BUILDER_IMAGE=ghcr.io/its-a-feature/mythic_cli:v0.0.3-rc1
.PHONY: default
default: build_linux ;

Expand Down
2 changes: 1 addition & 1 deletion Mythic_CLI/src/cmd/config/constants.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package config

// MythicDockerLatest is the most recent tagged version pushed to GitHub packages
const MythicDockerLatest = "v0.0.1-rc1"
const MythicDockerLatest = "v0.0.3-rc1"
2 changes: 1 addition & 1 deletion documentation-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.1-rc1
FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.3-rc1
2 changes: 1 addition & 1 deletion hasura-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-rc1
FROM ghcr.io/its-a-feature/mythic_graphql:v0.0.3-rc1
2 changes: 1 addition & 1 deletion jupyter-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_jupyter:v0.0.1-rc1
FROM ghcr.io/its-a-feature/mythic_jupyter:v0.0.3-rc1
2 changes: 1 addition & 1 deletion mythic-react-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_react:v0.0.1-rc1
FROM ghcr.io/its-a-feature/mythic_react:v0.0.3-rc1
2 changes: 1 addition & 1 deletion nginx-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_nginx:v0.0.1-rc1
FROM ghcr.io/its-a-feature/mythic_nginx:v0.0.3-rc1
2 changes: 1 addition & 1 deletion postgres-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/its-a-feature/mythic_postgres:v0.0.1-rc1
FROM ghcr.io/its-a-feature/mythic_postgres:v0.0.3-rc1
2 changes: 1 addition & 1 deletion rabbitmq-docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.1-rc1
FROM ghcr.io/its-a-feature/mythic_rabbitmq:v0.0.3-rc1

0 comments on commit 28cf528

Please sign in to comment.