diff --git a/cpp/build.py b/cpp/build.py index a8e73e28..e47092c2 100755 --- a/cpp/build.py +++ b/cpp/build.py @@ -28,7 +28,7 @@ if build_type in ('ubuntu', 'ubuntudebug', 'ubuntusanitized', 'ubuntuvalgrind', if build_type.startswith('alpine'): container = 'ghcr.io/xtxmarkets/ternfs-alpine-build:2025-09-18-1' else: - container = 'ghcr.io/xtxmarkets/ternfs-ubuntu-build:2025-09-18' + container = os.getenv('TERN_UBUNTU_BUILD_CONTAINER', 'ghcr.io/xtxmarkets/ternfs-ubuntu-build:2025-09-18') # See # for motivation for `--security-opt seccomp=unconfined`, # the `--pids-limit -1` is not something I hit but it seems