From 64da370d78192fb4f539a2dfd47e20552e9122a7 Mon Sep 17 00:00:00 2001 From: Yan Date: Tue, 12 Nov 2024 17:05:28 -0700 Subject: [PATCH] update builder --- example_module/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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