From 055b077106b0d0534b3859cbcdd1f0621b30807e Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:07:42 +0000 Subject: [PATCH] Bump Dockerfile tag to match release 'v0.0.3' --- C2_Profiles/smb/Dockerfile | 2 +- config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/C2_Profiles/smb/Dockerfile b/C2_Profiles/smb/Dockerfile index ab8f9bb..f00debf 100644 --- a/C2_Profiles/smb/Dockerfile +++ b/C2_Profiles/smb/Dockerfile @@ -3,4 +3,4 @@ #WORKDIR /Mythic/ #COPY [".", "."] #CMD ["python3", "main.py"] -FROM ghcr.io/mythicc2profiles/smb:v0.0.1 \ No newline at end of file +FROM ghcr.io/mythicc2profiles/smb:v0.0.3 \ No newline at end of file diff --git a/config.json b/config.json index 5c5ecd8..98d8bf8 100644 --- a/config.json +++ b/config.json @@ -5,6 +5,6 @@ "exclude_documentation_c2": false, "exclude_agent_icons": false, "remote_images": { - "smb": "ghcr.io/mythicc2profiles/smb:v0.0.1" + "smb": "ghcr.io/mythicc2profiles/smb:v0.0.3" } } \ No newline at end of file