Skip to content

Commit

Permalink
Bump Dockerfile tag to match release 'v0.0.1.1-rc1'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 20, 2024
1 parent 3dd0ffc commit fedfc0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Payload_Type/apfell/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FROM ghcr.io/mythicagents/apfell:v0.0.1
FROM ghcr.io/mythicagents/apfell:v0.0.1.1-rc1
14 changes: 7 additions & 7 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"exclude_payload_type": false,
"exclude_c2_profiles": false,
"exclude_documentation_payload": false,
"exclude_documentation_c2": false,
"exclude_agent_icons": false,
"remote_image": "ghcr.io/mythicagents/apfell:v0.0.1"
}
"exclude_payload_type": false,
"exclude_c2_profiles": false,
"exclude_documentation_payload": false,
"exclude_documentation_c2": false,
"exclude_agent_icons": false,
"remote_image": "${REGISTRY}/${AGENT_IMAGE_NAME}:${VERSION}"
}

0 comments on commit fedfc0a

Please sign in to comment.