-
-
Notifications
You must be signed in to change notification settings - Fork 432
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Mythic Dockerfile tag to match release 'v3.2.20'
- Loading branch information
1 parent
2079bd7
commit 9b4b9d8
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.53" | ||
const MythicDockerLatest = "v3.2.20" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM ghcr.io/its-a-feature/mythic_documentation:v0.0.3.53 | ||
FROM ghcr.io/its-a-feature/mythic_documentation:v3.2.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
FROM ghcr.io/its-a-feature/mythic_nginx:v0.0.3.53 | ||
FROM ghcr.io/its-a-feature/mythic_nginx:v3.2.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.3.53 | ||
FROM ghcr.io/its-a-feature/mythic_rabbitmq:v3.2.20 |