From 5125ccf27912c45718584712372793930b6df01d Mon Sep 17 00:00:00 2001 From: Kevin Du Date: Sat, 16 Jul 2022 09:49:36 -0400 Subject: [PATCH] change the map's image to handsonsecurity/seedemu-map --- seedemu/compiler/Docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seedemu/compiler/Docker.py b/seedemu/compiler/Docker.py index 3d3ac0222..71bfd9360 100644 --- a/seedemu/compiler/Docker.py +++ b/seedemu/compiler/Docker.py @@ -10,7 +10,7 @@ from shutil import copyfile import json -SEEDEMU_CLIENT_IMAGE='magicnat/seedemu-client' +SEEDEMU_CLIENT_IMAGE='handsonsecurity/seedemu-map' DockerCompilerFileTemplates: Dict[str, str] = {}