diff --git a/example_module/__init__.py b/example_module/__init__.py index 69b972d..cc1f97d 100644 --- a/example_module/__init__.py +++ b/example_module/__init__.py @@ -61,6 +61,6 @@ class Shell1604(ShellExample): The same example, built using 16.04. """ - BUILD_IMAGE = "ubuntu:16.04" + BUILD_IMAGE = "pwncollege/pwnshop-builder:ubuntu1604" BUILD_DEPENDENCIES = "libcapstone-dev" PIN_LIBRARIES = True