Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions 1b53c59fd4 Bump Dockerfile tag to match release 'v0.0.1' 2024-01-21 00:42:43 +00:00
Cody Thomas a362a4a1a0 Merge pull request #16 from MythicC2Profiles/docker_testing
Docker testing
2024-01-20 18:36:53 -06:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
FROM ghcr.io/mythicc2profiles/http:v0.0.1-rc1
FROM ghcr.io/mythicc2profiles/http:v0.0.1
+1 -1
View File
@@ -5,6 +5,6 @@
"exclude_documentation_c2": false,
"exclude_agent_icons": false,
"remote_images": {
"http": "ghcr.io/mythicc2profiles/http:v0.0.1-rc1"
"http": "ghcr.io/mythicc2profiles/http:v0.0.1"
}
}